Shades of Medium Violet Red #C21EA0
Tints of Medium Violet Red #C21EA0
RGB
CMYK
RGB Variations
Color information
#C21EA0 (or 0xC21EA0) is known color: Medium Violet Red. HEX triplet: C2, 1E and A0. RGB value is (194,30,160). Sum of RGB (Red+Green+Blue) = 194+30+160=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C21EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21EA0 is #3DE15F. Grayscale: #5D5D5D. Windows color (decimal): -4055392 or 10493634. OLE color: 10493634.
HSL color Cylindrical-coordinate representation of color #C21EA0: hue angle of 312.44º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21EA0 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 160 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.24 |
| HSL | 312.44º | 0.73% | 0.44% | - |
| HSV(B) | 312.44º | 0.85% | 0.76% | - |
| XYZ | 29.06 | 14.94 | 34.61 | - |
| YUV | 93.86 | 165.33 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 160 | 0 | 0.85 | 0.18 | 0.24 | 312.44 | 0.73 | 0.44 |
| Hex | C2 | 1E | A0 | 0 | 55 | 12 | 18 | 138 | 49 | 2C |
| Octal | 302 | 36 | 240 | 0 | 125 | 22 | 30 | 470 | 111 | 54 |
| Binary | 11000010 | 11110 | 10100000 | 0 | 1010101 | 10010 | 11000 | 100111000 | 1001001 | 101100 |
Color Harmonies of #C21EA0
Complementary color
Monochromatic Colors of #C21EA0
Black with #C21EA0
Text Example
Text Example
White with #C21EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21EA0; }
p { color: rgb(194,30,160); }
H1.HeaderClassName
{
color: #C21EA0;
}
.AnyTagClassName
{
color: #C21EA0;
}
</style>
background-color css
<style>
a { background-color: #C21EA0; }
a { background-color: rgb(194,30,160); }
div.DivClassName
{
background-color: #C21EA0;
}
.BgClassName
{
background-color: #C21EA0;
}
</style>
border-color css
<style>
span { border-color: #C21EA0; }
span { border-color: rgb(194,30,160); }
td.TdClassName
{
border-color: #C21EA0;
}
.TagClassName
{
border-color: #C21EA0;
}
</style>