Shades of Medium Violet Red #C01180
Tints of Medium Violet Red #C01180
RGB
CMYK
RGB Variations
Color information
#C01180 (or 0xC01180) is known color: Medium Violet Red. HEX triplet: C0, 11 and 80. RGB value is (192,17,128). Sum of RGB (Red+Green+Blue) = 192+17+128=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C01180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01180 is #3FEE7F. Grayscale: #515151. Windows color (decimal): -4189824 or 8393152. OLE color: 8393152.
HSL color Cylindrical-coordinate representation of color #C01180: hue angle of 321.94º 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 #C01180 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 128 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.25 |
| HSL | 321.94º | 0.84% | 0.41% | - |
| HSV(B) | 321.94º | 0.91% | 0.75% | - |
| XYZ | 25.83 | 13.17 | 21.6 | - |
| YUV | 81.98 | 153.98 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 128 | 0 | 0.91 | 0.33 | 0.25 | 321.94 | 0.84 | 0.41 |
| Hex | C0 | 11 | 80 | 0 | 5B | 21 | 19 | 142 | 54 | 29 |
| Octal | 300 | 21 | 200 | 0 | 133 | 41 | 31 | 502 | 124 | 51 |
| Binary | 11000000 | 10001 | 10000000 | 0 | 1011011 | 100001 | 11001 | 101000010 | 1010100 | 101001 |
Color Harmonies of #C01180
Complementary color
Monochromatic Colors of #C01180
Black with #C01180
Text Example
Text Example
White with #C01180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01180; }
p { color: rgb(192,17,128); }
H1.HeaderClassName
{
color: #C01180;
}
.AnyTagClassName
{
color: #C01180;
}
</style>
background-color css
<style>
a { background-color: #C01180; }
a { background-color: rgb(192,17,128); }
div.DivClassName
{
background-color: #C01180;
}
.BgClassName
{
background-color: #C01180;
}
</style>
border-color css
<style>
span { border-color: #C01180; }
span { border-color: rgb(192,17,128); }
td.TdClassName
{
border-color: #C01180;
}
.TagClassName
{
border-color: #C01180;
}
</style>