#D32CA8
A medium, moderate magenta closely aligning with Mediumvioletred.
About #D32CA8
At its core, #D32CA8 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(211, 44, 168).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 79% Magenta, 20% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D32CA8
RGB211, 44, 168
HSL315.4°, 65.5%, 50.0%
CMYK0%, 79%, 20%, 17%
HSV315.4°, 79.1%, 82.7%
LAB50.1, 73.0, -27.8
XYZ34.8, 18.5, 38.8
Decimal13839528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.47:1
Text on #FFFFFF
AA Large
4.70:1
Text on #000000
AA
4.27:1
Text on #F8FAFC
AA Large
3.99:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D32CA8;
}
.text-color {
color: #D32CA8;
}
.border-color {
border: 2px solid #D32CA8;
}