Shades of Medium Violet Red #C01078
Tints of Medium Violet Red #C01078
RGB
CMYK
RGB Variations
Color information
#C01078 (or 0xC01078) is known color: Medium Violet Red. HEX triplet: C0, 10 and 78. RGB value is (192,16,120). Sum of RGB (Red+Green+Blue) = 192+16+120=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C01078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01078 is #3FEF87. Grayscale: #505050. Windows color (decimal): -4190088 or 7868608. OLE color: 7868608.
HSL color Cylindrical-coordinate representation of color #C01078: hue angle of 324.55º 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 #C01078 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 120 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.25 |
| HSL | 324.55º | 0.85% | 0.41% | - |
| HSV(B) | 324.55º | 0.92% | 0.75% | - |
| XYZ | 25.31 | 12.93 | 18.93 | - |
| YUV | 80.48 | 150.31 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 120 | 0 | 0.92 | 0.38 | 0.25 | 324.55 | 0.85 | 0.41 |
| Hex | C0 | 10 | 78 | 0 | 5C | 26 | 19 | 145 | 55 | 29 |
| Octal | 300 | 20 | 170 | 0 | 134 | 46 | 31 | 505 | 125 | 51 |
| Binary | 11000000 | 10000 | 1111000 | 0 | 1011100 | 100110 | 11001 | 101000101 | 1010101 | 101001 |
Color Harmonies of #C01078
Complementary color
Monochromatic Colors of #C01078
Black with #C01078
Text Example
Text Example
White with #C01078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01078; }
p { color: rgb(192,16,120); }
H1.HeaderClassName
{
color: #C01078;
}
.AnyTagClassName
{
color: #C01078;
}
</style>
background-color css
<style>
a { background-color: #C01078; }
a { background-color: rgb(192,16,120); }
div.DivClassName
{
background-color: #C01078;
}
.BgClassName
{
background-color: #C01078;
}
</style>
border-color css
<style>
span { border-color: #C01078; }
span { border-color: rgb(192,16,120); }
td.TdClassName
{
border-color: #C01078;
}
.TagClassName
{
border-color: #C01078;
}
</style>