Shades of Medium Violet Red #C01076
Tints of Medium Violet Red #C01076
RGB
CMYK
RGB Variations
Color information
#C01076 (or 0xC01076) is known color: Medium Violet Red. HEX triplet: C0, 10 and 76. RGB value is (192,16,118). Sum of RGB (Red+Green+Blue) = 192+16+118=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C01076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01076 is #3FEF89. Grayscale: #505050. Windows color (decimal): -4190090 or 7737536. OLE color: 7737536.
HSL color Cylindrical-coordinate representation of color #C01076: hue angle of 325.23º 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 #C01076 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 118 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.25 |
| HSL | 325.23º | 0.85% | 0.41% | - |
| HSV(B) | 325.23º | 0.92% | 0.75% | - |
| XYZ | 25.19 | 12.89 | 18.3 | - |
| YUV | 80.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 118 | 0 | 0.92 | 0.39 | 0.25 | 325.23 | 0.85 | 0.41 |
| Hex | C0 | 10 | 76 | 0 | 5C | 27 | 19 | 145 | 55 | 29 |
| Octal | 300 | 20 | 166 | 0 | 134 | 47 | 31 | 505 | 125 | 51 |
| Binary | 11000000 | 10000 | 1110110 | 0 | 1011100 | 100111 | 11001 | 101000101 | 1010101 | 101001 |
Color Harmonies of #C01076
Complementary color
Monochromatic Colors of #C01076
Black with #C01076
Text Example
Text Example
White with #C01076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01076; }
p { color: rgb(192,16,118); }
H1.HeaderClassName
{
color: #C01076;
}
.AnyTagClassName
{
color: #C01076;
}
</style>
background-color css
<style>
a { background-color: #C01076; }
a { background-color: rgb(192,16,118); }
div.DivClassName
{
background-color: #C01076;
}
.BgClassName
{
background-color: #C01076;
}
</style>
border-color css
<style>
span { border-color: #C01076; }
span { border-color: rgb(192,16,118); }
td.TdClassName
{
border-color: #C01076;
}
.TagClassName
{
border-color: #C01076;
}
</style>