Shades of Medium Violet Red #C01EAC
Tints of Medium Violet Red #C01EAC
RGB
CMYK
RGB Variations
Color information
#C01EAC (or 0xC01EAC) is known color: Medium Violet Red. HEX triplet: C0, 1E and AC. RGB value is (192,30,172). Sum of RGB (Red+Green+Blue) = 192+30+172=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01EAC is #3FE153. Grayscale: #5E5E5E. Windows color (decimal): -4186452 or 11280064. OLE color: 11280064.
HSL color Cylindrical-coordinate representation of color #C01EAC: hue angle of 307.41º 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 #C01EAC is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 172 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.25 |
| HSL | 307.41º | 0.73% | 0.44% | - |
| HSV(B) | 307.41º | 0.84% | 0.75% | - |
| XYZ | 29.65 | 15.11 | 40.38 | - |
| YUV | 94.63 | 171.67 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 172 | 0 | 0.84 | 0.10 | 0.25 | 307.41 | 0.73 | 0.44 |
| Hex | C0 | 1E | AC | 0 | 54 | A | 19 | 133 | 49 | 2C |
| Octal | 300 | 36 | 254 | 0 | 124 | 12 | 31 | 463 | 111 | 54 |
| Binary | 11000000 | 11110 | 10101100 | 0 | 1010100 | 1010 | 11001 | 100110011 | 1001001 | 101100 |
Color Harmonies of #C01EAC
Complementary color
Monochromatic Colors of #C01EAC
Black with #C01EAC
Text Example
Text Example
White with #C01EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01EAC; }
p { color: rgb(192,30,172); }
H1.HeaderClassName
{
color: #C01EAC;
}
.AnyTagClassName
{
color: #C01EAC;
}
</style>
background-color css
<style>
a { background-color: #C01EAC; }
a { background-color: rgb(192,30,172); }
div.DivClassName
{
background-color: #C01EAC;
}
.BgClassName
{
background-color: #C01EAC;
}
</style>
border-color css
<style>
span { border-color: #C01EAC; }
span { border-color: rgb(192,30,172); }
td.TdClassName
{
border-color: #C01EAC;
}
.TagClassName
{
border-color: #C01EAC;
}
</style>