#AF2C99
A medium, moderate magenta closely aligning with Darkmagenta.
About #AF2C99
Visually, #AF2C99 is defined as a moderate magenta. Its closest recognized web color is Darkmagenta. In the RGB color space, it consists of 175 red, 44 green, and 153 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 75% magenta, 13% yellow, and 31% black. With a hue angle of 310.1 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF2C99
RGB175, 44, 153
HSL310.1°, 59.8%, 42.9%
CMYK0%, 75%, 13%, 31%
HSV310.1°, 74.9%, 68.6%
LAB43.1, 62.8, -30.3
XYZ24.3, 13.2, 31.4
Decimal11480217
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.76:1
Text on #FFFFFF
AA
3.64:1
Text on #000000
AA Large
5.51:1
Text on #F8FAFC
AA
3.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #AF2C99;
}
.text-color {
color: #AF2C99;
}
.border-color {
border: 2px solid #AF2C99;
}