Shades of Medium Violet Red #C91998
Tints of Medium Violet Red #C91998
RGB
CMYK
RGB Variations
Color information
#C91998 (or 0xC91998) is known color: Medium Violet Red. HEX triplet: C9, 19 and 98. RGB value is (201,25,152). Sum of RGB (Red+Green+Blue) = 201+25+152=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C91998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91998 is #36E667. Grayscale: #5B5B5B. Windows color (decimal): -3597928 or 9968073. OLE color: 9968073.
HSL color Cylindrical-coordinate representation of color #C91998: hue angle of 316.7º 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 #C91998 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 152 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.21 |
| HSL | 316.7º | 0.78% | 0.44% | - |
| HSV(B) | 316.7º | 0.88% | 0.79% | - |
| XYZ | 30.1 | 15.38 | 31.09 | - |
| YUV | 92.1 | 161.81 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 152 | 0 | 0.88 | 0.24 | 0.21 | 316.7 | 0.78 | 0.44 |
| Hex | C9 | 19 | 98 | 0 | 58 | 18 | 15 | 13D | 4E | 2C |
| Octal | 311 | 31 | 230 | 0 | 130 | 30 | 25 | 475 | 116 | 54 |
| Binary | 11001001 | 11001 | 10011000 | 0 | 1011000 | 11000 | 10101 | 100111101 | 1001110 | 101100 |
Color Harmonies of #C91998
Complementary color
Monochromatic Colors of #C91998
Black with #C91998
Text Example
Text Example
White with #C91998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91998; }
p { color: rgb(201,25,152); }
H1.HeaderClassName
{
color: #C91998;
}
.AnyTagClassName
{
color: #C91998;
}
</style>
background-color css
<style>
a { background-color: #C91998; }
a { background-color: rgb(201,25,152); }
div.DivClassName
{
background-color: #C91998;
}
.BgClassName
{
background-color: #C91998;
}
</style>
border-color css
<style>
span { border-color: #C91998; }
span { border-color: rgb(201,25,152); }
td.TdClassName
{
border-color: #C91998;
}
.TagClassName
{
border-color: #C91998;
}
</style>