#CC24F8
A medium, vivid magenta closely aligning with Darkviolet.
About #CC24F8
At its core, #CC24F8 is a medium and vivid hue. Its closest recognized web color is Darkviolet. In the RGB color space, it consists of 204 red, 36 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 18% cyan, 85% magenta, 0% yellow, and 3% black. The HSL representation is 287.5° hue, 93.8% saturation, and 55.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC24F8
RGB204, 36, 248
HSL287.5°, 93.8%, 55.7%
CMYK18%, 85%, 0%, 3%
HSV287.5°, 85.5%, 97.3%
LAB52.8, 85.7, -69.5
XYZ42.5, 20.9, 90.6
Decimal13378808
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.18:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC24F8;
}
.text-color {
color: #CC24F8;
}
.border-color {
border: 2px solid #CC24F8;
}