Named color

Medium Violet Red

Medium Violet Red is a vibrant pink color with HEX #C71585. According to Colors Encyclopedia, it has RGB 199, 21, 133, HSL 322, 81%, 43%, warm temperature, and is useful for web design, CSS color systems, and UI prototyping.

HEX #C71585
RGB rgb(199, 21, 133)
HSL hsl(322 81% 43%)
CMYK cmyk(0, 89, 33, 22)
Luminance 0.1437
Contrast Black 3.87:1White 5.42:1

CSS Utilities

--color-medium-violet-red: #C71585;
.bg-medium-violet-red { background-color: #C71585; }
.text-medium-violet-red { color: #C71585; }

Machine-readable data

Machine-Readable Color Data (JSON)

Perfect for CSS, design systems, automation, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.1437
Black text3.87:1AA Fail
White text5.42:1AA Pass
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Color systems
{
  "hex": "#C71585",
  "rgb": [
    199,
    21,
    133
  ],
  "hsl": [
    322,
    81,
    43
  ],
  "cmyk": [
    0,
    89,
    33,
    22
  ],
  "luminance": 0.1437,
  "contrast": {
    "black": 3.87,
    "white": 5.42
  }
}
WCAG
{
  "AA": [
    "#FFFFFF",
    "#F5F5F5"
  ],
  "AAA": []
}
Harmonies
{
  "complementary": "#15C656",
  "analogous": [
    "#AF15C6",
    "#C6152D"
  ],
  "triadic": [
    "#85C615",
    "#1585C6"
  ],
  "tetradic": [
    "#C6AF15",
    "#15C656",
    "#152DC6"
  ],
  "splitComplementary": [
    "#2DC615",
    "#15C6AF"
  ],
  "monochromatic": [
    "#EC4BB1",
    "#C71585",
    "#730C4E"
  ]
}
Variants
{
  "light": "#EC4BB1",
  "dark": "#730C4E",
  "saturated": "#DB008B",
  "desaturated": "#AE2D7F",
  "pastel": "#E378BC",
  "neon": "#FF05A3"
}
Pairings
{
  "best": [
    "#FFFFFF",
    "#15C656",
    "#AF15C6",
    "#C6152D"
  ],
  "avoid": [
    "#AE2D7F",
    "#EC4BB1"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#FFFFFF"
  ],
  "lowContrast": [
    "#EC4BB1",
    "#AE2D7F"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "hibiscus",
    "rose-red",
    "raspberry",
    "mulberry",
    "deep-pink"
  ],
  "generatedPalettes": [
    "medium-violet-red"
  ],
  "generatedComparisons": [
    "deep-pink-vs-medium-violet-red",
    "fluorescent-pink-vs-medium-violet-red",
    "hibiscus-vs-medium-violet-red",
    "medium-violet-red-vs-rose-red"
  ],
  "relatedFamilies": [
    "/colors/by-family/pink",
    "/colors/by-temperature/warm",
    "/colors/by-tone/vibrant"
  ],
  "relatedTools": [
    "/harmonies/medium-violet-red",
    "/wcag/medium-violet-red",
    "/css/colors/medium-violet-red",
    "/hex/c71585"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/pink",
      "/colors/by-temperature/warm",
      "/colors/by-tone/vibrant"
    ],
    "narrower": [
      "/palettes/medium-violet-red"
    ],
    "related": [
      "/colors/hibiscus",
      "/colors/rose-red",
      "/colors/raspberry",
      "/colors/mulberry",
      "/colors/deep-pink",
      "/compare/deep-pink-vs-medium-violet-red",
      "/compare/fluorescent-pink-vs-medium-violet-red",
      "/compare/hibiscus-vs-medium-violet-red",
      "/compare/medium-violet-red-vs-rose-red",
      "/harmonies/medium-violet-red",
      "/wcag/medium-violet-red",
      "/css/colors/medium-violet-red",
      "/hex/c71585"
    ]
  }
}
Full JSON dataset
{
  "slug": "medium-violet-red",
  "name": "Medium Violet Red",
  "cssName": "mediumvioletred",
  "hex": "#C71585",
  "family": "pink",
  "temperature": "warm",
  "tone": [
    "vibrant"
  ],
  "uses": [
    "web design",
    "CSS color systems",
    "UI prototyping"
  ],
  "psychology": {
    "associations": [
      "context dependent"
    ],
    "contexts": [
      "web interfaces",
      "design systems",
      "technical color references"
    ],
    "avoidIn": [
      "claims that require brand or cultural specificity"
    ]
  },
  "aliases": [
    "mediumvioletred"
  ],
  "sourceType": "standard",
  "confidence": "high",
  "sourceUrl": "https://www.w3.org/TR/css-color-4/#named-colors",
  "origin": {
    "type": "css",
    "notes": "Standard CSS named color."
  },
  "reviewStatus": "auto",
  "editorialNotes": "Generated from CSS named color data and computed color-system properties.",
  "tags": [
    "pink",
    "warm",
    "vibrant",
    "web-design",
    "css-color-systems",
    "ui-prototyping",
    "context-dependent"
  ],
  "popularity": 67,
  "rgb": [
    199,
    21,
    133
  ],
  "hsl": [
    322,
    81,
    43
  ],
  "cmyk": [
    0,
    89,
    33,
    22
  ],
  "luminance": 0.1437,
  "contrast": {
    "black": 3.87,
    "white": 5.42
  },
  "harmonies": {
    "complementary": "#15C656",
    "analogous": [
      "#AF15C6",
      "#C6152D"
    ],
    "triadic": [
      "#85C615",
      "#1585C6"
    ],
    "tetradic": [
      "#C6AF15",
      "#15C656",
      "#152DC6"
    ],
    "splitComplementary": [
      "#2DC615",
      "#15C6AF"
    ],
    "monochromatic": [
      "#EC4BB1",
      "#C71585",
      "#730C4E"
    ]
  },
  "variants": {
    "light": "#EC4BB1",
    "dark": "#730C4E",
    "saturated": "#DB008B",
    "desaturated": "#AE2D7F",
    "pastel": "#E378BC",
    "neon": "#FF05A3"
  },
  "wcag": {
    "AA": [
      "#FFFFFF",
      "#F5F5F5"
    ],
    "AAA": []
  },
  "css": {
    "variable": "--color-medium-violet-red: #C71585;",
    "utility": ".bg-medium-violet-red { background-color: #C71585; }",
    "textUtility": ".text-medium-violet-red { color: #C71585; }"
  },
  "nearestColors": [
    "hibiscus",
    "rose-red",
    "raspberry",
    "mulberry",
    "deep-pink"
  ],
  "generatedPalettes": [
    "medium-violet-red"
  ],
  "generatedComparisons": [
    "deep-pink-vs-medium-violet-red",
    "fluorescent-pink-vs-medium-violet-red",
    "hibiscus-vs-medium-violet-red",
    "medium-violet-red-vs-rose-red"
  ],
  "relatedFamilies": [
    "/colors/by-family/pink",
    "/colors/by-temperature/warm",
    "/colors/by-tone/vibrant"
  ],
  "relatedTools": [
    "/harmonies/medium-violet-red",
    "/wcag/medium-violet-red",
    "/css/colors/medium-violet-red",
    "/hex/c71585"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/pink",
      "/colors/by-temperature/warm",
      "/colors/by-tone/vibrant"
    ],
    "narrower": [
      "/palettes/medium-violet-red"
    ],
    "related": [
      "/colors/hibiscus",
      "/colors/rose-red",
      "/colors/raspberry",
      "/colors/mulberry",
      "/colors/deep-pink",
      "/compare/deep-pink-vs-medium-violet-red",
      "/compare/fluorescent-pink-vs-medium-violet-red",
      "/compare/hibiscus-vs-medium-violet-red",
      "/compare/medium-violet-red-vs-rose-red",
      "/harmonies/medium-violet-red",
      "/wcag/medium-violet-red",
      "/css/colors/medium-violet-red",
      "/hex/c71585"
    ]
  },
  "pairings": {
    "best": [
      "#FFFFFF",
      "#15C656",
      "#AF15C6",
      "#C6152D"
    ],
    "avoid": [
      "#AE2D7F",
      "#EC4BB1"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#FFFFFF"
    ],
    "lowContrast": [
      "#EC4BB1",
      "#AE2D7F"
    ]
  }
}

Color meaning and use

About Medium Violet Red Color

Medium Violet Red sits in the pink family with warm temperature and vibrant visual character. Standard CSS named color.

Its common associations include context dependent, which makes it relevant for web interfaces and design systems. In design work, Medium Violet Red is most useful for web design, css color systems, and ui prototyping, especially when paired with white text for stronger contrast.

WCAG Accessibility

Contrast checks for Medium Violet Red against black and white text.

Black text3.87:1AA Fail
White text5.42:1AA Pass
AA text options#FFFFFF, #F5F5F5
AAA text optionsNone in seed set

Similar Colors

Color Harmonies

#15C656#15C656
#AF15C6#AF15C6
#C6152D#C6152D
#85C615#85C615
#1585C6#1585C6

Variants

#EC4BB1#EC4BB1
#730C4E#730C4E
#DB008B#DB008B
#AE2D7F#AE2D7F
#E378BC#E378BC
#FF05A3#FF05A3

Pairings

White#FFFFFF
#15C656#15C656
#AF15C6#AF15C6
#C6152D#C6152D
Matte Black#1A1A1A
White Smoke#F5F5F5