Shades of Medium Violet Red #C20076
Tints of Medium Violet Red #C20076
RGB
CMYK
RGB Variations
Color information
#C20076 (or 0xC20076) is known color: Medium Violet Red. HEX triplet: C2, 00 and 76. RGB value is (194,0,118). Sum of RGB (Red+Green+Blue) = 194+0+118=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C20076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20076 is #3DFF89. Grayscale: #474747. Windows color (decimal): -4063114 or 7733442. OLE color: 7733442.
HSL color Cylindrical-coordinate representation of color #C20076: hue angle of 323.51º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20076 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.39 | 0.24 |
| HSL | 323.51º | 1% | 0.38% | - |
| HSV(B) | 323.51º | 1% | 0.76% | - |
| XYZ | 25.52 | 12.78 | 18.26 | - |
| YUV | 71.46 | 154.27 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 118 | 0 | 1 | 0.39 | 0.24 | 323.51 | 1 | 0.38 |
| Hex | C2 | 0 | 76 | 0 | 64 | 27 | 18 | 144 | 64 | 26 |
| Octal | 302 | 0 | 166 | 0 | 144 | 47 | 30 | 504 | 144 | 46 |
| Binary | 11000010 | 0 | 1110110 | 0 | 1100100 | 100111 | 11000 | 101000100 | 1100100 | 100110 |
Color Harmonies of #C20076
Complementary color
Monochromatic Colors of #C20076
Black with #C20076
Text Example
Text Example
White with #C20076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20076; }
p { color: rgb(194,0,118); }
H1.HeaderClassName
{
color: #C20076;
}
.AnyTagClassName
{
color: #C20076;
}
</style>
background-color css
<style>
a { background-color: #C20076; }
a { background-color: rgb(194,0,118); }
div.DivClassName
{
background-color: #C20076;
}
.BgClassName
{
background-color: #C20076;
}
</style>
border-color css
<style>
span { border-color: #C20076; }
span { border-color: rgb(194,0,118); }
td.TdClassName
{
border-color: #C20076;
}
.TagClassName
{
border-color: #C20076;
}
</style>