Shades of Medium Violet Red #C01172
Tints of Medium Violet Red #C01172
RGB
CMYK
RGB Variations
Color information
#C01172 (or 0xC01172) is known color: Medium Violet Red. HEX triplet: C0, 11 and 72. RGB value is (192,17,114). Sum of RGB (Red+Green+Blue) = 192+17+114=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C01172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01172 is #3FEE8D. Grayscale: #505050. Windows color (decimal): -4189838 or 7475648. OLE color: 7475648.
HSL color Cylindrical-coordinate representation of color #C01172: hue angle of 326.74º 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 #C01172 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 114 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.25 |
| HSL | 326.74º | 0.84% | 0.41% | - |
| HSV(B) | 326.74º | 0.91% | 0.75% | - |
| XYZ | 24.98 | 12.82 | 17.08 | - |
| YUV | 80.38 | 146.98 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 114 | 0 | 0.91 | 0.41 | 0.25 | 326.74 | 0.84 | 0.41 |
| Hex | C0 | 11 | 72 | 0 | 5B | 29 | 19 | 147 | 54 | 29 |
| Octal | 300 | 21 | 162 | 0 | 133 | 51 | 31 | 507 | 124 | 51 |
| Binary | 11000000 | 10001 | 1110010 | 0 | 1011011 | 101001 | 11001 | 101000111 | 1010100 | 101001 |
Color Harmonies of #C01172
Complementary color
Monochromatic Colors of #C01172
Black with #C01172
Text Example
Text Example
White with #C01172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01172; }
p { color: rgb(192,17,114); }
H1.HeaderClassName
{
color: #C01172;
}
.AnyTagClassName
{
color: #C01172;
}
</style>
background-color css
<style>
a { background-color: #C01172; }
a { background-color: rgb(192,17,114); }
div.DivClassName
{
background-color: #C01172;
}
.BgClassName
{
background-color: #C01172;
}
</style>
border-color css
<style>
span { border-color: #C01172; }
span { border-color: rgb(192,17,114); }
td.TdClassName
{
border-color: #C01172;
}
.TagClassName
{
border-color: #C01172;
}
</style>