Shades of Medium Violet Red #C01097
Tints of Medium Violet Red #C01097
RGB
CMYK
RGB Variations
Color information
#C01097 (or 0xC01097) is known color: Medium Violet Red. HEX triplet: C0, 10 and 97. RGB value is (192,16,151). Sum of RGB (Red+Green+Blue) = 192+16+151=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C01097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01097 is #3FEF68. Grayscale: #535353. Windows color (decimal): -4190057 or 9900224. OLE color: 9900224.
HSL color Cylindrical-coordinate representation of color #C01097: hue angle of 313.98º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01097 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 151 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.25 |
| HSL | 313.98º | 0.85% | 0.41% | - |
| HSV(B) | 313.98º | 0.92% | 0.75% | - |
| XYZ | 27.51 | 13.81 | 30.49 | - |
| YUV | 84.01 | 165.81 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 151 | 0 | 0.92 | 0.21 | 0.25 | 313.98 | 0.85 | 0.41 |
| Hex | C0 | 10 | 97 | 0 | 5C | 15 | 19 | 13A | 55 | 29 |
| Octal | 300 | 20 | 227 | 0 | 134 | 25 | 31 | 472 | 125 | 51 |
| Binary | 11000000 | 10000 | 10010111 | 0 | 1011100 | 10101 | 11001 | 100111010 | 1010101 | 101001 |
Color Harmonies of #C01097
Complementary color
Monochromatic Colors of #C01097
Black with #C01097
Text Example
Text Example
White with #C01097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01097; }
p { color: rgb(192,16,151); }
H1.HeaderClassName
{
color: #C01097;
}
.AnyTagClassName
{
color: #C01097;
}
</style>
background-color css
<style>
a { background-color: #C01097; }
a { background-color: rgb(192,16,151); }
div.DivClassName
{
background-color: #C01097;
}
.BgClassName
{
background-color: #C01097;
}
</style>
border-color css
<style>
span { border-color: #C01097; }
span { border-color: rgb(192,16,151); }
td.TdClassName
{
border-color: #C01097;
}
.TagClassName
{
border-color: #C01097;
}
</style>