Shades of Medium Violet Red #C01EA5
Tints of Medium Violet Red #C01EA5
RGB
CMYK
RGB Variations
Color information
#C01EA5 (or 0xC01EA5) is known color: Medium Violet Red. HEX triplet: C0, 1E and A5. RGB value is (192,30,165). Sum of RGB (Red+Green+Blue) = 192+30+165=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01EA5 is #3FE15A. Grayscale: #5D5D5D. Windows color (decimal): -4186459 or 10821312. OLE color: 10821312.
HSL color Cylindrical-coordinate representation of color #C01EA5: hue angle of 310º 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 #C01EA5 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 165 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.25 |
| HSL | 310º | 0.73% | 0.44% | - |
| HSV(B) | 310º | 0.84% | 0.75% | - |
| XYZ | 28.99 | 14.85 | 36.94 | - |
| YUV | 93.83 | 168.17 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 165 | 0 | 0.84 | 0.14 | 0.25 | 310 | 0.73 | 0.44 |
| Hex | C0 | 1E | A5 | 0 | 54 | E | 19 | 136 | 49 | 2C |
| Octal | 300 | 36 | 245 | 0 | 124 | 16 | 31 | 466 | 111 | 54 |
| Binary | 11000000 | 11110 | 10100101 | 0 | 1010100 | 1110 | 11001 | 100110110 | 1001001 | 101100 |
Color Harmonies of #C01EA5
Complementary color
Monochromatic Colors of #C01EA5
Black with #C01EA5
Text Example
Text Example
White with #C01EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01EA5; }
p { color: rgb(192,30,165); }
H1.HeaderClassName
{
color: #C01EA5;
}
.AnyTagClassName
{
color: #C01EA5;
}
</style>
background-color css
<style>
a { background-color: #C01EA5; }
a { background-color: rgb(192,30,165); }
div.DivClassName
{
background-color: #C01EA5;
}
.BgClassName
{
background-color: #C01EA5;
}
</style>
border-color css
<style>
span { border-color: #C01EA5; }
span { border-color: rgb(192,30,165); }
td.TdClassName
{
border-color: #C01EA5;
}
.TagClassName
{
border-color: #C01EA5;
}
</style>