#CC24BD
A medium, vivid magenta closely aligning with Mediumorchid.
About #CC24BD
At its core, #CC24BD is a medium and vivid hue. It is closely associated with the named CSS color Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 36, and 189.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 82% M, 7% Y, and 20% K. With a hue angle of 305.4 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC24BD
RGB204, 36, 189
HSL305.4°, 70.0%, 47.1%
CMYK0%, 82%, 7%, 20%
HSV305.4°, 82.4%, 80.0%
LAB49.2, 76.3, -41.6
XYZ34.7, 17.8, 49.7
Decimal13378749
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.61:1
Text on #FFFFFF
AA
4.55:1
Text on #000000
AA
4.41:1
Text on #F8FAFC
AA Large
3.87:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC24BD;
}
.text-color {
color: #CC24BD;
}
.border-color {
border: 2px solid #CC24BD;
}