#CC2CE9
A medium, vivid magenta closely aligning with Darkviolet.
About #CC2CE9
When working with digital screens, the color #CC2CE9 is rendered by mixing light. Designers often compare it to the standard color Darkviolet. In the RGB color space, it consists of 204 red, 44 green, and 233 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 12% C, 81% M, 0% Y, and 9% K. The HSL representation is 290.8° hue, 81.1% saturation, and 54.3% lightness.
When using this color as a background, text legibility must be considered. 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#CC2CE9
RGB204, 44, 233
HSL290.8°, 81.1%, 54.3%
CMYK12%, 81%, 0%, 9%
HSV290.8°, 81.1%, 91.4%
LAB52.4, 81.4, -61.7
XYZ40.5, 20.5, 78.9
Decimal13380841
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.10:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC2CE9;
}
.text-color {
color: #CC2CE9;
}
.border-color {
border: 2px solid #CC2CE9;
}