#990F6D
A dark, vivid magenta closely aligning with Mediumvioletred.
About #990F6D
The precise color #990F6D is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(153, 15, 109).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 90% magenta inks. With a hue angle of 319.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#990F6D
RGB153, 15, 109
HSL319.1°, 82.1%, 32.9%
CMYK0%, 90%, 29%, 40%
HSV319.1°, 90.2%, 60.0%
LAB34.4, 59.1, -16.8
XYZ16.1, 8.2, 15.2
Decimal10030957
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.94:1
Text on #FFFFFF
AAA
2.64:1
Text on #000000
FAIL
7.59:1
Text on #F8FAFC
AAA
2.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #990F6D;
}
.text-color {
color: #990F6D;
}
.border-color {
border: 2px solid #990F6D;
}