Shades of Medium Violet Red #C01EAA
Tints of Medium Violet Red #C01EAA
RGB
CMYK
RGB Variations
Color information
#C01EAA (or 0xC01EAA) is known color: Medium Violet Red. HEX triplet: C0, 1E and AA. RGB value is (192,30,170). Sum of RGB (Red+Green+Blue) = 192+30+170=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01EAA is #3FE155. Grayscale: #5E5E5E. Windows color (decimal): -4186454 or 11148992. OLE color: 11148992.
HSL color Cylindrical-coordinate representation of color #C01EAA: hue angle of 308.15º 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 #C01EAA is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 170 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.25 |
| HSL | 308.15º | 0.73% | 0.44% | - |
| HSV(B) | 308.15º | 0.84% | 0.75% | - |
| XYZ | 29.46 | 15.04 | 39.38 | - |
| YUV | 94.4 | 170.67 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 170 | 0 | 0.84 | 0.11 | 0.25 | 308.15 | 0.73 | 0.44 |
| Hex | C0 | 1E | AA | 0 | 54 | B | 19 | 134 | 49 | 2C |
| Octal | 300 | 36 | 252 | 0 | 124 | 13 | 31 | 464 | 111 | 54 |
| Binary | 11000000 | 11110 | 10101010 | 0 | 1010100 | 1011 | 11001 | 100110100 | 1001001 | 101100 |
Color Harmonies of #C01EAA
Complementary color
Monochromatic Colors of #C01EAA
Black with #C01EAA
Text Example
Text Example
White with #C01EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01EAA; }
p { color: rgb(192,30,170); }
H1.HeaderClassName
{
color: #C01EAA;
}
.AnyTagClassName
{
color: #C01EAA;
}
</style>
background-color css
<style>
a { background-color: #C01EAA; }
a { background-color: rgb(192,30,170); }
div.DivClassName
{
background-color: #C01EAA;
}
.BgClassName
{
background-color: #C01EAA;
}
</style>
border-color css
<style>
span { border-color: #C01EAA; }
span { border-color: rgb(192,30,170); }
td.TdClassName
{
border-color: #C01EAA;
}
.TagClassName
{
border-color: #C01EAA;
}
</style>