Shades of Medium Violet Red #C20C79
Tints of Medium Violet Red #C20C79
RGB
CMYK
RGB Variations
Color information
#C20C79 (or 0xC20C79) is known color: Medium Violet Red. HEX triplet: C2, 0C and 79. RGB value is (194,12,121). Sum of RGB (Red+Green+Blue) = 194+12+121=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C79 is #3DF386. Grayscale: #4E4E4E. Windows color (decimal): -4060039 or 7933122. OLE color: 7933122.
HSL color Cylindrical-coordinate representation of color #C20C79: hue angle of 324.07º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C79 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 121 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.24 |
| HSL | 324.07º | 0.88% | 0.4% | - |
| HSV(B) | 324.07º | 0.94% | 0.76% | - |
| XYZ | 25.83 | 13.11 | 19.26 | - |
| YUV | 78.84 | 151.8 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 121 | 0 | 0.94 | 0.38 | 0.24 | 324.07 | 0.88 | 0.4 |
| Hex | C2 | C | 79 | 0 | 5E | 26 | 18 | 144 | 58 | 28 |
| Octal | 302 | 14 | 171 | 0 | 136 | 46 | 30 | 504 | 130 | 50 |
| Binary | 11000010 | 1100 | 1111001 | 0 | 1011110 | 100110 | 11000 | 101000100 | 1011000 | 101000 |
Color Harmonies of #C20C79
Complementary color
Monochromatic Colors of #C20C79
Black with #C20C79
Text Example
Text Example
White with #C20C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C79; }
p { color: rgb(194,12,121); }
H1.HeaderClassName
{
color: #C20C79;
}
.AnyTagClassName
{
color: #C20C79;
}
</style>
background-color css
<style>
a { background-color: #C20C79; }
a { background-color: rgb(194,12,121); }
div.DivClassName
{
background-color: #C20C79;
}
.BgClassName
{
background-color: #C20C79;
}
</style>
border-color css
<style>
span { border-color: #C20C79; }
span { border-color: rgb(194,12,121); }
td.TdClassName
{
border-color: #C20C79;
}
.TagClassName
{
border-color: #C20C79;
}
</style>