Shades of Medium Violet Red #C01EA2
Tints of Medium Violet Red #C01EA2
RGB
CMYK
RGB Variations
Color information
#C01EA2 (or 0xC01EA2) is known color: Medium Violet Red. HEX triplet: C0, 1E and A2. RGB value is (192,30,162). Sum of RGB (Red+Green+Blue) = 192+30+162=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01EA2 is #3FE15D. Grayscale: #5D5D5D. Windows color (decimal): -4186462 or 10624704. OLE color: 10624704.
HSL color Cylindrical-coordinate representation of color #C01EA2: hue angle of 311.11º 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 #C01EA2 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 162 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.25 |
| HSL | 311.11º | 0.73% | 0.44% | - |
| HSV(B) | 311.11º | 0.84% | 0.75% | - |
| XYZ | 28.72 | 14.74 | 35.51 | - |
| YUV | 93.49 | 166.67 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 162 | 0 | 0.84 | 0.16 | 0.25 | 311.11 | 0.73 | 0.44 |
| Hex | C0 | 1E | A2 | 0 | 54 | 10 | 19 | 137 | 49 | 2C |
| Octal | 300 | 36 | 242 | 0 | 124 | 20 | 31 | 467 | 111 | 54 |
| Binary | 11000000 | 11110 | 10100010 | 0 | 1010100 | 10000 | 11001 | 100110111 | 1001001 | 101100 |
Color Harmonies of #C01EA2
Complementary color
Monochromatic Colors of #C01EA2
Black with #C01EA2
Text Example
Text Example
White with #C01EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01EA2; }
p { color: rgb(192,30,162); }
H1.HeaderClassName
{
color: #C01EA2;
}
.AnyTagClassName
{
color: #C01EA2;
}
</style>
background-color css
<style>
a { background-color: #C01EA2; }
a { background-color: rgb(192,30,162); }
div.DivClassName
{
background-color: #C01EA2;
}
.BgClassName
{
background-color: #C01EA2;
}
</style>
border-color css
<style>
span { border-color: #C01EA2; }
span { border-color: rgb(192,30,162); }
td.TdClassName
{
border-color: #C01EA2;
}
.TagClassName
{
border-color: #C01EA2;
}
</style>