Shades of Medium Violet Red #C01780
Tints of Medium Violet Red #C01780
RGB
CMYK
RGB Variations
Color information
#C01780 (or 0xC01780) is known color: Medium Violet Red. HEX triplet: C0, 17 and 80. RGB value is (192,23,128). Sum of RGB (Red+Green+Blue) = 192+23+128=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C01780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01780 is #3FE87F. Grayscale: #555555. Windows color (decimal): -4188288 or 8394688. OLE color: 8394688.
HSL color Cylindrical-coordinate representation of color #C01780: hue angle of 322.72º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01780 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 128 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.25 |
| HSL | 322.72º | 0.79% | 0.42% | - |
| HSV(B) | 322.72º | 0.88% | 0.75% | - |
| XYZ | 25.94 | 13.38 | 21.64 | - |
| YUV | 85.5 | 151.99 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 128 | 0 | 0.88 | 0.33 | 0.25 | 322.72 | 0.79 | 0.42 |
| Hex | C0 | 17 | 80 | 0 | 58 | 21 | 19 | 143 | 4F | 2A |
| Octal | 300 | 27 | 200 | 0 | 130 | 41 | 31 | 503 | 117 | 52 |
| Binary | 11000000 | 10111 | 10000000 | 0 | 1011000 | 100001 | 11001 | 101000011 | 1001111 | 101010 |
Color Harmonies of #C01780
Complementary color
Monochromatic Colors of #C01780
Black with #C01780
Text Example
Text Example
White with #C01780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01780; }
p { color: rgb(192,23,128); }
H1.HeaderClassName
{
color: #C01780;
}
.AnyTagClassName
{
color: #C01780;
}
</style>
background-color css
<style>
a { background-color: #C01780; }
a { background-color: rgb(192,23,128); }
div.DivClassName
{
background-color: #C01780;
}
.BgClassName
{
background-color: #C01780;
}
</style>
border-color css
<style>
span { border-color: #C01780; }
span { border-color: rgb(192,23,128); }
td.TdClassName
{
border-color: #C01780;
}
.TagClassName
{
border-color: #C01780;
}
</style>