#CC5092
A medium, moderate magenta closely aligning with Hotpink.
About #CC5092
Visually, #CC5092 is defined as a moderate magenta. Designers often compare it to the standard color Hotpink. In the RGB color space, it consists of 204 red, 80 green, and 146 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 61% M, 28% Y, and 20% K. The HSL representation is 328.1° hue, 54.9% saturation, and 55.7% lightness.
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#CC5092
RGB204, 80, 146
HSL328.1°, 54.9%, 55.7%
CMYK0%, 61%, 28%, 20%
HSV328.1°, 60.8%, 80.0%
LAB52.6, 55.7, -11.1
XYZ33.0, 20.7, 29.4
Decimal13389970
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.09:1
Text on #FFFFFF
AA Large
5.13:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC5092;
}
.text-color {
color: #CC5092;
}
.border-color {
border: 2px solid #CC5092;
}