#CC5F92
A medium, moderate magenta closely aligning with Palevioletred.
About #CC5F92
The hex code #CC5F92 represents a beautifully specific shade of magenta. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(204, 95, 146).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 53% Magenta, 28% Yellow, and 20% Black. With a hue angle of 331.9 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC5F92
RGB204, 95, 146
HSL331.9°, 51.7%, 58.6%
CMYK0%, 53%, 28%, 20%
HSV331.9°, 53.4%, 80.0%
LAB55.2, 48.8, -7.2
XYZ34.2, 23.1, 29.9
Decimal13393810
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.74:1
Text on #FFFFFF
AA Large
5.62:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC5F92;
}
.text-color {
color: #CC5F92;
}
.border-color {
border: 2px solid #CC5F92;
}