Shades of Medium Violet Red #C9199E
Tints of Medium Violet Red #C9199E
RGB
CMYK
RGB Variations
Color information
#C9199E (or 0xC9199E) is known color: Medium Violet Red. HEX triplet: C9, 19 and 9E. RGB value is (201,25,158). Sum of RGB (Red+Green+Blue) = 201+25+158=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C9199E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9199E is #36E661. Grayscale: #5C5C5C. Windows color (decimal): -3597922 or 10361289. OLE color: 10361289.
HSL color Cylindrical-coordinate representation of color #C9199E: hue angle of 314.66º 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 #C9199E is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 158 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.21 |
| HSL | 314.66º | 0.78% | 0.44% | - |
| HSV(B) | 314.66º | 0.88% | 0.79% | - |
| XYZ | 30.61 | 15.58 | 33.74 | - |
| YUV | 92.79 | 164.81 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 158 | 0 | 0.88 | 0.21 | 0.21 | 314.66 | 0.78 | 0.44 |
| Hex | C9 | 19 | 9E | 0 | 58 | 15 | 15 | 13B | 4E | 2C |
| Octal | 311 | 31 | 236 | 0 | 130 | 25 | 25 | 473 | 116 | 54 |
| Binary | 11001001 | 11001 | 10011110 | 0 | 1011000 | 10101 | 10101 | 100111011 | 1001110 | 101100 |
Color Harmonies of #C9199E
Complementary color
Monochromatic Colors of #C9199E
Black with #C9199E
Text Example
Text Example
White with #C9199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9199E; }
p { color: rgb(201,25,158); }
H1.HeaderClassName
{
color: #C9199E;
}
.AnyTagClassName
{
color: #C9199E;
}
</style>
background-color css
<style>
a { background-color: #C9199E; }
a { background-color: rgb(201,25,158); }
div.DivClassName
{
background-color: #C9199E;
}
.BgClassName
{
background-color: #C9199E;
}
</style>
border-color css
<style>
span { border-color: #C9199E; }
span { border-color: rgb(201,25,158); }
td.TdClassName
{
border-color: #C9199E;
}
.TagClassName
{
border-color: #C9199E;
}
</style>