#C55092
A medium, moderate magenta closely aligning with Hotpink.
About #C55092
At its core, #C55092 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 80, and 146.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 59% Magenta, 26% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C55092
RGB197, 80, 146
HSL326.2°, 50.2%, 54.3%
CMYK0%, 59%, 26%, 23%
HSV326.2°, 59.4%, 77.3%
LAB51.5, 53.6, -12.9
XYZ31.1, 19.7, 29.4
Decimal12931218
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.25:1
Text on #FFFFFF
AA Large
4.94:1
Text on #000000
AA
4.07:1
Text on #F8FAFC
AA Large
4.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C55092;
}
.text-color {
color: #C55092;
}
.border-color {
border: 2px solid #C55092;
}