Shades of Medium Violet Red #C01EAB
Tints of Medium Violet Red #C01EAB
RGB
CMYK
RGB Variations
Color information
#C01EAB (or 0xC01EAB) is known color: Medium Violet Red. HEX triplet: C0, 1E and AB. RGB value is (192,30,171). Sum of RGB (Red+Green+Blue) = 192+30+171=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01EAB is #3FE154. Grayscale: #5E5E5E. Windows color (decimal): -4186453 or 11214528. OLE color: 11214528.
HSL color Cylindrical-coordinate representation of color #C01EAB: hue angle of 307.78º 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 #C01EAB is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 171 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.25 |
| HSL | 307.78º | 0.73% | 0.44% | - |
| HSV(B) | 307.78º | 0.84% | 0.75% | - |
| XYZ | 29.55 | 15.08 | 39.88 | - |
| YUV | 94.51 | 171.17 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 171 | 0 | 0.84 | 0.11 | 0.25 | 307.78 | 0.73 | 0.44 |
| Hex | C0 | 1E | AB | 0 | 54 | B | 19 | 134 | 49 | 2C |
| Octal | 300 | 36 | 253 | 0 | 124 | 13 | 31 | 464 | 111 | 54 |
| Binary | 11000000 | 11110 | 10101011 | 0 | 1010100 | 1011 | 11001 | 100110100 | 1001001 | 101100 |
Color Harmonies of #C01EAB
Complementary color
Monochromatic Colors of #C01EAB
Black with #C01EAB
Text Example
Text Example
White with #C01EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01EAB; }
p { color: rgb(192,30,171); }
H1.HeaderClassName
{
color: #C01EAB;
}
.AnyTagClassName
{
color: #C01EAB;
}
</style>
background-color css
<style>
a { background-color: #C01EAB; }
a { background-color: rgb(192,30,171); }
div.DivClassName
{
background-color: #C01EAB;
}
.BgClassName
{
background-color: #C01EAB;
}
</style>
border-color css
<style>
span { border-color: #C01EAB; }
span { border-color: rgb(192,30,171); }
td.TdClassName
{
border-color: #C01EAB;
}
.TagClassName
{
border-color: #C01EAB;
}
</style>