#CC24E2
A medium, vivid magenta closely aligning with Darkviolet.
About #CC24E2
At its core, #CC24E2 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Darkviolet. This translates to an RGB value of rgb(204, 36, 226).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 10% cyan, 84% magenta, 0% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC24E2
RGB204, 36, 226
HSL293.1°, 76.6%, 51.4%
CMYK10%, 84%, 0%, 11%
HSV293.1°, 84.1%, 88.6%
LAB51.4, 82.0, -59.4
XYZ39.3, 19.6, 73.7
Decimal13378786
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.27:1
Text on #FFFFFF
AA Large
4.92:1
Text on #000000
AA
4.08:1
Text on #F8FAFC
AA Large
4.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC24E2;
}
.text-color {
color: #CC24E2;
}
.border-color {
border: 2px solid #CC24E2;
}