#CC498A
A medium, moderate magenta closely aligning with Hotpink.
About #CC498A
At its core, #CC498A is a medium and moderate hue. Its closest recognized web color is Hotpink. This translates to an RGB value of rgb(204, 73, 138).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 64% M, 32% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC498A
RGB204, 73, 138
HSL330.2°, 56.2%, 54.3%
CMYK0%, 64%, 32%, 20%
HSV330.2°, 64.2%, 80.0%
LAB51.2, 57.7, -8.4
XYZ31.9, 19.4, 26.1
Decimal13388170
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.30:1
Text on #FFFFFF
AA Large
4.89:1
Text on #000000
AA
4.11:1
Text on #F8FAFC
AA Large
4.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC498A;
}
.text-color {
color: #CC498A;
}
.border-color {
border: 2px solid #CC498A;
}