#CC57A8
A medium, moderate magenta closely aligning with Orchid.
About #CC57A8
At its core, #CC57A8 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Orchid. In the RGB color space, it consists of 204 red, 87 green, and 168 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 57% M, 18% Y, and 20% K. The HSL representation is 318.5° hue, 53.4% saturation, and 57.1% lightness.
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#CC57A8
RGB204, 87, 168
HSL318.5°, 53.4%, 57.1%
CMYK0%, 57%, 18%, 20%
HSV318.5°, 57.4%, 80.0%
LAB54.5, 55.6, -21.1
XYZ35.4, 22.5, 39.5
Decimal13391784
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.82:1
Text on #FFFFFF
AA Large
5.50:1
Text on #000000
AA
3.65:1
Text on #F8FAFC
AA Large
4.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC57A8;
}
.text-color {
color: #CC57A8;
}
.border-color {
border: 2px solid #CC57A8;
}