Shades of Medium Violet Red #C91991
Tints of Medium Violet Red #C91991
RGB
CMYK
RGB Variations
Color information
#C91991 (or 0xC91991) is known color: Medium Violet Red. HEX triplet: C9, 19 and 91. RGB value is (201,25,145). Sum of RGB (Red+Green+Blue) = 201+25+145=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C91991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91991 is #36E66E. Grayscale: #5B5B5B. Windows color (decimal): -3597935 or 9509321. OLE color: 9509321.
HSL color Cylindrical-coordinate representation of color #C91991: hue angle of 319.09º 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 #C91991 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 145 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.21 |
| HSL | 319.09º | 0.78% | 0.44% | - |
| HSV(B) | 319.09º | 0.88% | 0.79% | - |
| XYZ | 29.55 | 15.16 | 28.16 | - |
| YUV | 91.3 | 158.31 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 145 | 0 | 0.88 | 0.28 | 0.21 | 319.09 | 0.78 | 0.44 |
| Hex | C9 | 19 | 91 | 0 | 58 | 1C | 15 | 13F | 4E | 2C |
| Octal | 311 | 31 | 221 | 0 | 130 | 34 | 25 | 477 | 116 | 54 |
| Binary | 11001001 | 11001 | 10010001 | 0 | 1011000 | 11100 | 10101 | 100111111 | 1001110 | 101100 |
Color Harmonies of #C91991
Complementary color
Monochromatic Colors of #C91991
Black with #C91991
Text Example
Text Example
White with #C91991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91991; }
p { color: rgb(201,25,145); }
H1.HeaderClassName
{
color: #C91991;
}
.AnyTagClassName
{
color: #C91991;
}
</style>
background-color css
<style>
a { background-color: #C91991; }
a { background-color: rgb(201,25,145); }
div.DivClassName
{
background-color: #C91991;
}
.BgClassName
{
background-color: #C91991;
}
</style>
border-color css
<style>
span { border-color: #C91991; }
span { border-color: rgb(201,25,145); }
td.TdClassName
{
border-color: #C91991;
}
.TagClassName
{
border-color: #C91991;
}
</style>