Shades of Medium Violet Red #C9197E
Tints of Medium Violet Red #C9197E
RGB
CMYK
RGB Variations
Color information
#C9197E (or 0xC9197E) is known color: Medium Violet Red. HEX triplet: C9, 19 and 7E. RGB value is (201,25,126). Sum of RGB (Red+Green+Blue) = 201+25+126=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C9197E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9197E is #36E681. Grayscale: #585858. Windows color (decimal): -3597954 or 8264137. OLE color: 8264137.
HSL color Cylindrical-coordinate representation of color #C9197E: hue angle of 325.57º 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 #C9197E is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 126 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.21 |
| HSL | 325.57º | 0.78% | 0.44% | - |
| HSV(B) | 325.57º | 0.88% | 0.79% | - |
| XYZ | 28.2 | 14.62 | 21.07 | - |
| YUV | 89.14 | 148.81 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 126 | 0 | 0.88 | 0.37 | 0.21 | 325.57 | 0.78 | 0.44 |
| Hex | C9 | 19 | 7E | 0 | 58 | 25 | 15 | 146 | 4E | 2C |
| Octal | 311 | 31 | 176 | 0 | 130 | 45 | 25 | 506 | 116 | 54 |
| Binary | 11001001 | 11001 | 1111110 | 0 | 1011000 | 100101 | 10101 | 101000110 | 1001110 | 101100 |
Color Harmonies of #C9197E
Complementary color
Monochromatic Colors of #C9197E
Black with #C9197E
Text Example
Text Example
White with #C9197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9197E; }
p { color: rgb(201,25,126); }
H1.HeaderClassName
{
color: #C9197E;
}
.AnyTagClassName
{
color: #C9197E;
}
</style>
background-color css
<style>
a { background-color: #C9197E; }
a { background-color: rgb(201,25,126); }
div.DivClassName
{
background-color: #C9197E;
}
.BgClassName
{
background-color: #C9197E;
}
</style>
border-color css
<style>
span { border-color: #C9197E; }
span { border-color: rgb(201,25,126); }
td.TdClassName
{
border-color: #C9197E;
}
.TagClassName
{
border-color: #C9197E;
}
</style>