Shades of Medium Violet Red #C91997
Tints of Medium Violet Red #C91997
RGB
CMYK
RGB Variations
Color information
#C91997 (or 0xC91997) is known color: Medium Violet Red. HEX triplet: C9, 19 and 97. RGB value is (201,25,151). Sum of RGB (Red+Green+Blue) = 201+25+151=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C91997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91997 is #36E668. Grayscale: #5B5B5B. Windows color (decimal): -3597929 or 9902537. OLE color: 9902537.
HSL color Cylindrical-coordinate representation of color #C91997: hue angle of 317.05º 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 #C91997 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 151 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.21 |
| HSL | 317.05º | 0.78% | 0.44% | - |
| HSV(B) | 317.05º | 0.88% | 0.79% | - |
| XYZ | 30.02 | 15.35 | 30.66 | - |
| YUV | 91.99 | 161.31 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 151 | 0 | 0.88 | 0.25 | 0.21 | 317.05 | 0.78 | 0.44 |
| Hex | C9 | 19 | 97 | 0 | 58 | 19 | 15 | 13D | 4E | 2C |
| Octal | 311 | 31 | 227 | 0 | 130 | 31 | 25 | 475 | 116 | 54 |
| Binary | 11001001 | 11001 | 10010111 | 0 | 1011000 | 11001 | 10101 | 100111101 | 1001110 | 101100 |
Color Harmonies of #C91997
Complementary color
Monochromatic Colors of #C91997
Black with #C91997
Text Example
Text Example
White with #C91997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91997; }
p { color: rgb(201,25,151); }
H1.HeaderClassName
{
color: #C91997;
}
.AnyTagClassName
{
color: #C91997;
}
</style>
background-color css
<style>
a { background-color: #C91997; }
a { background-color: rgb(201,25,151); }
div.DivClassName
{
background-color: #C91997;
}
.BgClassName
{
background-color: #C91997;
}
</style>
border-color css
<style>
span { border-color: #C91997; }
span { border-color: rgb(201,25,151); }
td.TdClassName
{
border-color: #C91997;
}
.TagClassName
{
border-color: #C91997;
}
</style>