Shades of Medium Violet Red #C01176
Tints of Medium Violet Red #C01176
RGB
CMYK
RGB Variations
Color information
#C01176 (or 0xC01176) is known color: Medium Violet Red. HEX triplet: C0, 11 and 76. RGB value is (192,17,118). Sum of RGB (Red+Green+Blue) = 192+17+118=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C01176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01176 is #3FEE89. Grayscale: #505050. Windows color (decimal): -4189834 or 7737792. OLE color: 7737792.
HSL color Cylindrical-coordinate representation of color #C01176: hue angle of 325.37º 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 #C01176 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 118 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.25 |
| HSL | 325.37º | 0.84% | 0.41% | - |
| HSV(B) | 325.37º | 0.91% | 0.75% | - |
| XYZ | 25.21 | 12.92 | 18.3 | - |
| YUV | 80.84 | 148.98 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 118 | 0 | 0.91 | 0.39 | 0.25 | 325.37 | 0.84 | 0.41 |
| Hex | C0 | 11 | 76 | 0 | 5B | 27 | 19 | 145 | 54 | 29 |
| Octal | 300 | 21 | 166 | 0 | 133 | 47 | 31 | 505 | 124 | 51 |
| Binary | 11000000 | 10001 | 1110110 | 0 | 1011011 | 100111 | 11001 | 101000101 | 1010100 | 101001 |
Color Harmonies of #C01176
Complementary color
Monochromatic Colors of #C01176
Black with #C01176
Text Example
Text Example
White with #C01176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01176; }
p { color: rgb(192,17,118); }
H1.HeaderClassName
{
color: #C01176;
}
.AnyTagClassName
{
color: #C01176;
}
</style>
background-color css
<style>
a { background-color: #C01176; }
a { background-color: rgb(192,17,118); }
div.DivClassName
{
background-color: #C01176;
}
.BgClassName
{
background-color: #C01176;
}
</style>
border-color css
<style>
span { border-color: #C01176; }
span { border-color: rgb(192,17,118); }
td.TdClassName
{
border-color: #C01176;
}
.TagClassName
{
border-color: #C01176;
}
</style>