Shades of Medium Violet Red #C01EA6
Tints of Medium Violet Red #C01EA6
RGB
CMYK
RGB Variations
Color information
#C01EA6 (or 0xC01EA6) is known color: Medium Violet Red. HEX triplet: C0, 1E and A6. RGB value is (192,30,166). Sum of RGB (Red+Green+Blue) = 192+30+166=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01EA6 is #3FE159. Grayscale: #5D5D5D. Windows color (decimal): -4186458 or 10886848. OLE color: 10886848.
HSL color Cylindrical-coordinate representation of color #C01EA6: hue angle of 309.63º 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 #C01EA6 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 166 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.25 |
| HSL | 309.63º | 0.73% | 0.44% | - |
| HSV(B) | 309.63º | 0.84% | 0.75% | - |
| XYZ | 29.09 | 14.89 | 37.42 | - |
| YUV | 93.94 | 168.67 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 166 | 0 | 0.84 | 0.14 | 0.25 | 309.63 | 0.73 | 0.44 |
| Hex | C0 | 1E | A6 | 0 | 54 | E | 19 | 136 | 49 | 2C |
| Octal | 300 | 36 | 246 | 0 | 124 | 16 | 31 | 466 | 111 | 54 |
| Binary | 11000000 | 11110 | 10100110 | 0 | 1010100 | 1110 | 11001 | 100110110 | 1001001 | 101100 |
Color Harmonies of #C01EA6
Complementary color
Monochromatic Colors of #C01EA6
Black with #C01EA6
Text Example
Text Example
White with #C01EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01EA6; }
p { color: rgb(192,30,166); }
H1.HeaderClassName
{
color: #C01EA6;
}
.AnyTagClassName
{
color: #C01EA6;
}
</style>
background-color css
<style>
a { background-color: #C01EA6; }
a { background-color: rgb(192,30,166); }
div.DivClassName
{
background-color: #C01EA6;
}
.BgClassName
{
background-color: #C01EA6;
}
</style>
border-color css
<style>
span { border-color: #C01EA6; }
span { border-color: rgb(192,30,166); }
td.TdClassName
{
border-color: #C01EA6;
}
.TagClassName
{
border-color: #C01EA6;
}
</style>