Shades of Medium Violet Red #C20C86
Tints of Medium Violet Red #C20C86
RGB
CMYK
RGB Variations
Color information
#C20C86 (or 0xC20C86) is known color: Medium Violet Red. HEX triplet: C2, 0C and 86. RGB value is (194,12,134). Sum of RGB (Red+Green+Blue) = 194+12+134=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20C86 is #3DF379. Grayscale: #505050. Windows color (decimal): -4060026 or 8785090. OLE color: 8785090.
HSL color Cylindrical-coordinate representation of color #C20C86: hue angle of 319.78º 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 #C20C86 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 134 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.24 |
| HSL | 319.78º | 0.88% | 0.4% | - |
| HSV(B) | 319.78º | 0.94% | 0.76% | - |
| XYZ | 26.68 | 13.45 | 23.74 | - |
| YUV | 80.33 | 158.3 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 134 | 0 | 0.94 | 0.31 | 0.24 | 319.78 | 0.88 | 0.4 |
| Hex | C2 | C | 86 | 0 | 5E | 1F | 18 | 140 | 58 | 28 |
| Octal | 302 | 14 | 206 | 0 | 136 | 37 | 30 | 500 | 130 | 50 |
| Binary | 11000010 | 1100 | 10000110 | 0 | 1011110 | 11111 | 11000 | 101000000 | 1011000 | 101000 |
Color Harmonies of #C20C86
Complementary color
Monochromatic Colors of #C20C86
Black with #C20C86
Text Example
Text Example
White with #C20C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C86; }
p { color: rgb(194,12,134); }
H1.HeaderClassName
{
color: #C20C86;
}
.AnyTagClassName
{
color: #C20C86;
}
</style>
background-color css
<style>
a { background-color: #C20C86; }
a { background-color: rgb(194,12,134); }
div.DivClassName
{
background-color: #C20C86;
}
.BgClassName
{
background-color: #C20C86;
}
</style>
border-color css
<style>
span { border-color: #C20C86; }
span { border-color: rgb(194,12,134); }
td.TdClassName
{
border-color: #C20C86;
}
.TagClassName
{
border-color: #C20C86;
}
</style>