Shades of Medium Violet Red #C20EA3
Tints of Medium Violet Red #C20EA3
RGB
CMYK
RGB Variations
Color information
#C20EA3 (or 0xC20EA3) is known color: Medium Violet Red. HEX triplet: C2, 0E and A3. RGB value is (194,14,163). Sum of RGB (Red+Green+Blue) = 194+14+163=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C20EA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20EA3 is #3DF15C. Grayscale: #545454. Windows color (decimal): -4059485 or 10686146. OLE color: 10686146.
HSL color Cylindrical-coordinate representation of color #C20EA3: hue angle of 310.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 #C20EA3 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 14 | 163 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.24 |
| HSL | 310.33º | 0.87% | 0.41% | - |
| HSV(B) | 310.33º | 0.93% | 0.76% | - |
| XYZ | 29.02 | 14.43 | 35.91 | - |
| YUV | 84.81 | 172.13 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 163 | 0 | 0.93 | 0.16 | 0.24 | 310.33 | 0.87 | 0.41 |
| Hex | C2 | E | A3 | 0 | 5D | 10 | 18 | 136 | 57 | 29 |
| Octal | 302 | 16 | 243 | 0 | 135 | 20 | 30 | 466 | 127 | 51 |
| Binary | 11000010 | 1110 | 10100011 | 0 | 1011101 | 10000 | 11000 | 100110110 | 1010111 | 101001 |
Color Harmonies of #C20EA3
Complementary color
Monochromatic Colors of #C20EA3
Black with #C20EA3
Text Example
Text Example
White with #C20EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20EA3; }
p { color: rgb(194,14,163); }
H1.HeaderClassName
{
color: #C20EA3;
}
.AnyTagClassName
{
color: #C20EA3;
}
</style>
background-color css
<style>
a { background-color: #C20EA3; }
a { background-color: rgb(194,14,163); }
div.DivClassName
{
background-color: #C20EA3;
}
.BgClassName
{
background-color: #C20EA3;
}
</style>
border-color css
<style>
span { border-color: #C20EA3; }
span { border-color: rgb(194,14,163); }
td.TdClassName
{
border-color: #C20EA3;
}
.TagClassName
{
border-color: #C20EA3;
}
</style>