#AF0750
A dark, vivid magenta closely aligning with Mediumvioletred.
About #AF0750
Visually, #AF0750 is defined as a vivid magenta. Designers often compare it to the standard color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 7, and 80.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 96% M, 54% Y, and 31% K. With a hue angle of 333.9 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF0750
RGB175, 7, 80
HSL333.9°, 92.3%, 35.7%
CMYK0%, 96%, 54%, 31%
HSV333.9°, 96.0%, 68.6%
LAB37.6, 62.5, 6.9
XYZ19.2, 9.8, 8.5
Decimal11470672
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.07:1
Text on #FFFFFF
AAA
2.97:1
Text on #000000
FAIL
6.76:1
Text on #F8FAFC
AA
2.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF0750;
}
.text-color {
color: #AF0750;
}
.border-color {
border: 2px solid #AF0750;
}