Shades of Medium Violet Red #C01EA0
Tints of Medium Violet Red #C01EA0
RGB
CMYK
RGB Variations
Color information
#C01EA0 (or 0xC01EA0) is known color: Medium Violet Red. HEX triplet: C0, 1E and A0. RGB value is (192,30,160). Sum of RGB (Red+Green+Blue) = 192+30+160=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01EA0 is #3FE15F. Grayscale: #5C5C5C. Windows color (decimal): -4186464 or 10493632. OLE color: 10493632.
HSL color Cylindrical-coordinate representation of color #C01EA0: hue angle of 311.85º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01EA0 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 160 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.25 |
| HSL | 311.85º | 0.73% | 0.44% | - |
| HSV(B) | 311.85º | 0.84% | 0.75% | - |
| XYZ | 28.55 | 14.67 | 34.59 | - |
| YUV | 93.26 | 165.67 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 160 | 0 | 0.84 | 0.17 | 0.25 | 311.85 | 0.73 | 0.44 |
| Hex | C0 | 1E | A0 | 0 | 54 | 11 | 19 | 138 | 49 | 2C |
| Octal | 300 | 36 | 240 | 0 | 124 | 21 | 31 | 470 | 111 | 54 |
| Binary | 11000000 | 11110 | 10100000 | 0 | 1010100 | 10001 | 11001 | 100111000 | 1001001 | 101100 |
Color Harmonies of #C01EA0
Complementary color
Monochromatic Colors of #C01EA0
Black with #C01EA0
Text Example
Text Example
White with #C01EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01EA0; }
p { color: rgb(192,30,160); }
H1.HeaderClassName
{
color: #C01EA0;
}
.AnyTagClassName
{
color: #C01EA0;
}
</style>
background-color css
<style>
a { background-color: #C01EA0; }
a { background-color: rgb(192,30,160); }
div.DivClassName
{
background-color: #C01EA0;
}
.BgClassName
{
background-color: #C01EA0;
}
</style>
border-color css
<style>
span { border-color: #C01EA0; }
span { border-color: rgb(192,30,160); }
td.TdClassName
{
border-color: #C01EA0;
}
.TagClassName
{
border-color: #C01EA0;
}
</style>