Shades of Medium Violet Red #C20EA6
Tints of Medium Violet Red #C20EA6
RGB
CMYK
RGB Variations
Color information
#C20EA6 (or 0xC20EA6) is known color: Medium Violet Red. HEX triplet: C2, 0E and A6. RGB value is (194,14,166). Sum of RGB (Red+Green+Blue) = 194+14+166=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C20EA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20EA6 is #3DF159. Grayscale: #545454. Windows color (decimal): -4059482 or 10882754. OLE color: 10882754.
HSL color Cylindrical-coordinate representation of color #C20EA6: hue angle of 309.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20EA6 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 14 | 166 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.24 |
| HSL | 309.33º | 0.87% | 0.41% | - |
| HSV(B) | 309.33º | 0.93% | 0.76% | - |
| XYZ | 29.29 | 14.54 | 37.34 | - |
| YUV | 85.15 | 173.63 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 166 | 0 | 0.93 | 0.14 | 0.24 | 309.33 | 0.87 | 0.41 |
| Hex | C2 | E | A6 | 0 | 5D | E | 18 | 135 | 57 | 29 |
| Octal | 302 | 16 | 246 | 0 | 135 | 16 | 30 | 465 | 127 | 51 |
| Binary | 11000010 | 1110 | 10100110 | 0 | 1011101 | 1110 | 11000 | 100110101 | 1010111 | 101001 |
Color Harmonies of #C20EA6
Complementary color
Monochromatic Colors of #C20EA6
Black with #C20EA6
Text Example
Text Example
White with #C20EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20EA6; }
p { color: rgb(194,14,166); }
H1.HeaderClassName
{
color: #C20EA6;
}
.AnyTagClassName
{
color: #C20EA6;
}
</style>
background-color css
<style>
a { background-color: #C20EA6; }
a { background-color: rgb(194,14,166); }
div.DivClassName
{
background-color: #C20EA6;
}
.BgClassName
{
background-color: #C20EA6;
}
</style>
border-color css
<style>
span { border-color: #C20EA6; }
span { border-color: rgb(194,14,166); }
td.TdClassName
{
border-color: #C20EA6;
}
.TagClassName
{
border-color: #C20EA6;
}
</style>