Shades of Medium Violet Red #C9198E
Tints of Medium Violet Red #C9198E
RGB
CMYK
RGB Variations
Color information
#C9198E (or 0xC9198E) is known color: Medium Violet Red. HEX triplet: C9, 19 and 8E. RGB value is (201,25,142). Sum of RGB (Red+Green+Blue) = 201+25+142=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C9198E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9198E is #36E671. Grayscale: #5A5A5A. Windows color (decimal): -3597938 or 9312713. OLE color: 9312713.
HSL color Cylindrical-coordinate representation of color #C9198E: hue angle of 320.11º 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 #C9198E is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 142 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.21 |
| HSL | 320.11º | 0.78% | 0.44% | - |
| HSV(B) | 320.11º | 0.88% | 0.79% | - |
| XYZ | 29.32 | 15.07 | 26.95 | - |
| YUV | 90.96 | 156.81 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 142 | 0 | 0.88 | 0.29 | 0.21 | 320.11 | 0.78 | 0.44 |
| Hex | C9 | 19 | 8E | 0 | 58 | 1D | 15 | 140 | 4E | 2C |
| Octal | 311 | 31 | 216 | 0 | 130 | 35 | 25 | 500 | 116 | 54 |
| Binary | 11001001 | 11001 | 10001110 | 0 | 1011000 | 11101 | 10101 | 101000000 | 1001110 | 101100 |
Color Harmonies of #C9198E
Complementary color
Monochromatic Colors of #C9198E
Black with #C9198E
Text Example
Text Example
White with #C9198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9198E; }
p { color: rgb(201,25,142); }
H1.HeaderClassName
{
color: #C9198E;
}
.AnyTagClassName
{
color: #C9198E;
}
</style>
background-color css
<style>
a { background-color: #C9198E; }
a { background-color: rgb(201,25,142); }
div.DivClassName
{
background-color: #C9198E;
}
.BgClassName
{
background-color: #C9198E;
}
</style>
border-color css
<style>
span { border-color: #C9198E; }
span { border-color: rgb(201,25,142); }
td.TdClassName
{
border-color: #C9198E;
}
.TagClassName
{
border-color: #C9198E;
}
</style>