Skip to main content

Medium Violet Red

#C71585·purple family·WCAG AA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

Scale from white (50) through Medium Violet Red (500) to black (900), interpolated in Lab color space.

Color Values

HEX
#C71585
RGB
rgb(199, 21, 133)
HSL
hsl(322, 81%, 43%)
OKLCH
oklch(0.553 0.222 350)
CMYK
cmyk(0%, 89%, 33%, 22%)
Luminance:0.1437
CSS var:--color-medium-violet-red
Tailwind:bg-[#C71585]

Accessibility

Score: 54/100

On White (#FFF)

5.42:1

AA

On Black (#000)

3.87:1

AA Large

On Light Gray (#F5F5F5)

4.97:1

AA

Best text color on this background:

white5.42:1
Open in Contrast Checker →

Design Applications

Background

background-color: #C71585

Text Color

color: #C71585

bg-[#C71585] text-[#FFFFFF]

Accent border card component

border-left: 4px solid #C71585

Color Meaning & Psychology

Purple was among the most expensive dyes in history — extracted from murex snails, requiring thousands to color a single garment. This scarcity created the enduring association with royalty, power, and luxury. Purple is rare in nature, which is why it feels special and mysterious. Red-purples feel passionate and romantic; blue-purples feel calm and contemplative; mid-purples feel creative and spiritual. Purple activates both warm (red) and cool (blue) emotional responses simultaneously, creating an ambiguity that different cultures interpret differently — wisdom in Asia, mourning in parts of Europe, magic in fantasy contexts, lavish excess in baroque design. Its deeper, richer tone gives it gravitas and sophistication, making it well-suited for primary brand colors, typography, and contexts where authority matters.

Industry Usage

Common contexts and industries where Medium Violet Red is applied in professional design.

  • Luxury beauty and cosmetics brands
  • Premium consumer products and packaging
  • Spiritual, wellness, and meditation apps
  • Creative agencies and design studios
  • Entertainment and gaming (magic, fantasy)
  • Anti-aging and prestige skincare
  • Confectionery and indulgence brands
  • Academic institutions emphasizing wisdom

Accessibility Considerations

Normal Text

Passes AA

4.5:1 minimum required

Large Text

Passes AA Large

3:1 minimum required

UI Components

Meets 1.4.11

3:1 for non-text UI

Medium Violet Red is a dark color. Use white (#FFFFFF) text on top of it for maximum readability (5.42:1). Avoid small black text on this background.

CSS & Code Examples

Background

background-color: #C71585;

Text

color: #C71585;

Border

border: 2px solid #C71585;

Box Shadow

box-shadow: 0 4px 20px #C7158540;

Gradient

background: linear-gradient(135deg, #C71585, #fe58b5);

Tailwind-style

--color-medium-violet-red: #C71585;

Tailwind CSS Utilities

Use arbitrary value syntax in Tailwind CSS to apply Medium Violet Red without a custom config.

Background

bg-[#C71585]

Text

text-[#C71585]

Border

border-[#C71585]

Ring

ring-[#C71585]

Fill

fill-[#C71585]

From (gradient)

from-[#C71585]

Via (gradient)

via-[#C71585]

To (gradient)

to-[#C71585]

Design Tokens

Ready-to-use Medium Violet Red design token in CSS custom properties, SCSS, Tailwind v3/v4, and JSON formats.

CSS Custom Properties

:root {
  --color-medium-violet-red: #C71585;
  --color-medium-violet-red-rgb: 199, 21, 133;
  --color-medium-violet-red-hsl: 322, 81%, 43%;
}

SCSS Variables

$color-medium-violet-red: #C71585;
$color-medium-violet-red-rgb: 199, 21, 133;
$color-medium-violet-red-hsl: 322, 81%, 43%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'medium-violet-red': '#C71585',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-medium-violet-red: #C71585;
}

JSON Design Token (W3C format)

{
  "medium-violet-red": {
    "value": "#C71585",
    "type": "color",
    "description": "Medium Violet Red — #C71585"
  }
}

What Does Medium Violet Red Mean? Color Psychology & Cultural Symbolism

Purple's psychological power is historical and earned. For most of human civilization, true purple dye was rarer than gold—accessible only to royalty and clergy. Medium Violet Red (#C71585) inherits this heritage, reading as wisdom not by accident but by the accumulated weight of thousands of years of cultural association.

  • Purple's historical scarcity (Tyrian purple was worth more than gold) embedded it permanently in the Western imagination as a royal, noble, and exclusive color. In contemporary design it bridges luxury (its historic connotation) and creativity (its association with the imagination and alternative thinking).
  • In Japan, purple (murasaki) has been associated with nobility and spiritual power for centuries, and the tradition continues in contemporary culture. In Thai mourning traditions, purple is worn by widows—one of the few cultures where it carries grief rather than luxury associations.
  • Medium Violet Red's medium lightness (43%) shifts its psychological register: a balanced mid-tone that embodies luxury, creativity, mystery, and wisdom at its most direct.
  • At 81% saturation, Medium Violet Red reads as vivid—Vivid purples—electric violet, magenta-leaning—signal digital creativity, gaming culture, and technological imagination; they are the purples of sci-fi, crypto, and creative tools.

Medium Violet Red earns its place in design the same way it earned it in history: through rarity, confidence, and the willingness to be extraordinary.

How to Use Medium Violet Red in Design: Applications, Pairings & Best Practices

The design applications of Medium Violet Red center on premium positioning. Whether in packaging, digital product, or brand identity, it signals that what's inside is worth more attention than the ordinary.

  • UI components: premium feature highlights, creative mode indicators, luxury tier badges—Medium Violet Red performs reliably in all these roles with its medium tonal character.
  • Brand & identity: premium branding, creative agency identities, beauty packaging—contexts where Medium Violet Red's vivid quality creates the right register.
  • Typography: Medium Violet Red works as a background behind white text but requires careful sizing—test at intended heading and body sizes before finalizing.
  • As a dark tone, Medium Violet Red creates maximum contrast with white and light neutrals—excellent for creating premium dark-mode sections, bold headers, and high-drama brand moments
  • Proportional use: Medium Violet Red's vivid saturation (81%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.

Medium Violet Red earns its place in design the same way it earned it in history: through rarity, confidence, and the willingness to be extraordinary.

Medium Violet Red Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Medium Violet Red (#C71585) reaches 5.42:1 contrast with white text—meeting WCAG 2.1 AA minimum of 4.5:1 for normal text and 3:1 for large text. It clears standard production accessibility requirements. Relative luminance: 14.4%.

  • As text on white (#FFFFFF): 5.42:1 — AA ✓
  • As text on black (#000000): 3.87:1 — AA (large text only)
  • Best text color on Medium Violet Red background: White (#FFFFFF) at 5.42:1
  • WCAG 2.1 luminance: 14.4% — low luminance (dark)—it provides strong contrast for white and light overlaid text, functioning well as a background in dark-mode and header contexts
  • Medium Violet Red qualifies for normal body text and all larger sizes (AA).
  • Color blindness consideration: tritanopia (blue-yellow color blindness, ~0.003% of population) may affect how this color reads. While rare, for maximum accessibility supplement color signals with text or icon indicators in critical states.

Medium Violet Red's WCAG profile makes it a compliant choice for most text applications.

Medium Violet Red in Industry: Branding, Design & Market Applications

Medium Violet Red (#C71585) is most at home in industries where luxury, creativity, mystery, and wisdom are key brand values. Its medium quality makes it particularly effective in Beauty & Cosmetics contexts, where the vivid saturation signals mystery at exactly the right register.

  • Beauty & Cosmetics: Purple is the second most common color in beauty branding, projecting luxury, femininity, and transformative aspiration. It signals that a product is special, premium, and designed for moments of indulgence. (examples: Glossier, Fenty Beauty, Rare Beauty) Lavender tones work for accessible beauty; deep violet and plum for luxury skincare and perfume.
  • Creative & Agency Services: Creative studios, design agencies, and advertising firms use purple to signal imagination, unconventional thinking, and creative authority. It differentiates them from the blue-dominated corporate world while retaining enough gravitas to command respect. Works best when paired with a strong neutral (black, charcoal, or cream) to prevent it from reading as whimsical.
  • Gaming & Entertainment: Purple dominates gaming, streaming, and digital entertainment branding because it signals the threshold between the ordinary world and an imaginative one. It's the color of portals, magic systems, and premium digital experiences. (examples: Disney+, Hulu, Netflix) Twitch's purple brand has made the color synonymous with live streaming culture—worth considering in adjacent spaces.
  • Brand positioning: Medium Violet Red is best suited for brands projecting distinction, wisdom, imagination. Categories outside this positioning—mainstream corporate environments where it reads as unconventional—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Medium Violet Red works effectively in cryptocurrency projects, gaming UIs, spiritual and wellness platforms—contexts where mystery serves a secondary but reinforcing role.

The industries where Medium Violet Red performs best are those where the audience expects mystery. Build brand strategy around this alignment, not against it.

Frequently Asked Questions

What is the hex code for Medium Violet Red?
The hex code for Medium Violet Red is #C71585. Its RGB values are rgb(199, 21, 133) and its HSL values are hsl(322, 81%, 43%).
What does Medium Violet Red mean in design?
Purple was among the most expensive dyes in history — extracted from murex snails, requiring thousands to color a single garment. This scarcity created the enduring association with royalty, power, and luxury. Purple is rare in nature, which is why it feels special and mysterious. Red-purples feel passionate and romantic; blue-purples feel calm and contemplative; mid-purples feel creative and spiritual. Purple activates both warm (red) and cool (blue) emotional responses simultaneously, creating an ambiguity that different cultures interpret differently — wisdom in Asia, mourning in parts of Europe, magic in fantasy contexts, lavish excess in baroque design. Its deeper, richer tone gives it gravitas and sophistication, making it well-suited for primary brand colors, typography, and contexts where authority matters.
Is Medium Violet Red WCAG accessible?
Medium Violet Red (#C71585) passes WCAG AA on white with a 5.42:1 contrast ratio. Its overall accessibility score is 54/100.
What colors go well with Medium Violet Red?
Medium Violet Red pairs well with its complementary color Feldgrau (#4D5D53). Analogous colors like Dark Purple and Plum Fruit also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Medium Violet Red used for?
Medium Violet Red is commonly used for: Luxury beauty and cosmetics brands; Premium consumer products and packaging; Spiritual, wellness, and meditation apps; Creative agencies and design studios; Entertainment and gaming (magic, fantasy).
What are the CSS and Tailwind values for Medium Violet Red?
In CSS, use `color: #C71585` or `background-color: #C71585`. The CSS custom property is `--color-medium-violet-red: #C71585`. In Tailwind CSS, use the arbitrary value class `bg-[#C71585]` for backgrounds or `text-[#C71585]` for text.