Shades of Medium Violet Red #C01197
Tints of Medium Violet Red #C01197
RGB
CMYK
RGB Variations
Color information
#C01197 (or 0xC01197) is known color: Medium Violet Red. HEX triplet: C0, 11 and 97. RGB value is (192,17,151). Sum of RGB (Red+Green+Blue) = 192+17+151=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C01197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01197 is #3FEE68. Grayscale: #545454. Windows color (decimal): -4189801 or 9900480. OLE color: 9900480.
HSL color Cylindrical-coordinate representation of color #C01197: hue angle of 314.06º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01197 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 151 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.25 |
| HSL | 314.06º | 0.84% | 0.41% | - |
| HSV(B) | 314.06º | 0.91% | 0.75% | - |
| XYZ | 27.52 | 13.84 | 30.5 | - |
| YUV | 84.6 | 165.48 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 151 | 0 | 0.91 | 0.21 | 0.25 | 314.06 | 0.84 | 0.41 |
| Hex | C0 | 11 | 97 | 0 | 5B | 15 | 19 | 13A | 54 | 29 |
| Octal | 300 | 21 | 227 | 0 | 133 | 25 | 31 | 472 | 124 | 51 |
| Binary | 11000000 | 10001 | 10010111 | 0 | 1011011 | 10101 | 11001 | 100111010 | 1010100 | 101001 |
Color Harmonies of #C01197
Complementary color
Monochromatic Colors of #C01197
Black with #C01197
Text Example
Text Example
White with #C01197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01197; }
p { color: rgb(192,17,151); }
H1.HeaderClassName
{
color: #C01197;
}
.AnyTagClassName
{
color: #C01197;
}
</style>
background-color css
<style>
a { background-color: #C01197; }
a { background-color: rgb(192,17,151); }
div.DivClassName
{
background-color: #C01197;
}
.BgClassName
{
background-color: #C01197;
}
</style>
border-color css
<style>
span { border-color: #C01197; }
span { border-color: rgb(192,17,151); }
td.TdClassName
{
border-color: #C01197;
}
.TagClassName
{
border-color: #C01197;
}
</style>