Shades of Medium Violet Red #C91971
Tints of Medium Violet Red #C91971
RGB
CMYK
RGB Variations
Color information
#C91971 (or 0xC91971) is known color: Medium Violet Red. HEX triplet: C9, 19 and 71. RGB value is (201,25,113). Sum of RGB (Red+Green+Blue) = 201+25+113=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C91971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91971 is #36E68E. Grayscale: #575757. Windows color (decimal): -3597967 or 7412169. OLE color: 7412169.
HSL color Cylindrical-coordinate representation of color #C91971: hue angle of 330º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91971 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 113 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.21 |
| HSL | 330º | 0.78% | 0.44% | - |
| HSV(B) | 330º | 0.88% | 0.79% | - |
| XYZ | 27.42 | 14.31 | 16.94 | - |
| YUV | 87.66 | 142.31 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 113 | 0 | 0.88 | 0.44 | 0.21 | 330 | 0.78 | 0.44 |
| Hex | C9 | 19 | 71 | 0 | 58 | 2C | 15 | 14A | 4E | 2C |
| Octal | 311 | 31 | 161 | 0 | 130 | 54 | 25 | 512 | 116 | 54 |
| Binary | 11001001 | 11001 | 1110001 | 0 | 1011000 | 101100 | 10101 | 101001010 | 1001110 | 101100 |
Color Harmonies of #C91971
Complementary color
Monochromatic Colors of #C91971
Black with #C91971
Text Example
Text Example
White with #C91971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91971; }
p { color: rgb(201,25,113); }
H1.HeaderClassName
{
color: #C91971;
}
.AnyTagClassName
{
color: #C91971;
}
</style>
background-color css
<style>
a { background-color: #C91971; }
a { background-color: rgb(201,25,113); }
div.DivClassName
{
background-color: #C91971;
}
.BgClassName
{
background-color: #C91971;
}
</style>
border-color css
<style>
span { border-color: #C91971; }
span { border-color: rgb(201,25,113); }
td.TdClassName
{
border-color: #C91971;
}
.TagClassName
{
border-color: #C91971;
}
</style>