#C55099
A medium, moderate magenta closely aligning with Hotpink.
About #C55099
When working with digital screens, the color #C55099 is rendered by mixing light. Its closest recognized web color is Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 80, and 153.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 59% Magenta, 22% Yellow, and 23% Black. With a hue angle of 322.6 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 #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C55099
RGB197, 80, 153
HSL322.6°, 50.2%, 54.3%
CMYK0%, 59%, 22%, 23%
HSV322.6°, 59.4%, 77.3%
LAB51.7, 54.6, -16.6
XYZ31.6, 19.9, 32.3
Decimal12931225
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.22:1
Text on #FFFFFF
AA Large
4.98:1
Text on #000000
AA
4.03:1
Text on #F8FAFC
AA Large
4.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C55099;
}
.text-color {
color: #C55099;
}
.border-color {
border: 2px solid #C55099;
}