Shades of Medium Violet Red #C01EA4
Tints of Medium Violet Red #C01EA4
RGB
CMYK
RGB Variations
Color information
#C01EA4 (or 0xC01EA4) is known color: Medium Violet Red. HEX triplet: C0, 1E and A4. RGB value is (192,30,164). Sum of RGB (Red+Green+Blue) = 192+30+164=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01EA4 is #3FE15B. Grayscale: #5D5D5D. Windows color (decimal): -4186460 or 10755776. OLE color: 10755776.
HSL color Cylindrical-coordinate representation of color #C01EA4: hue angle of 310.37º 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 #C01EA4 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 164 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.25 |
| HSL | 310.37º | 0.73% | 0.44% | - |
| HSV(B) | 310.37º | 0.84% | 0.75% | - |
| XYZ | 28.9 | 14.82 | 36.46 | - |
| YUV | 93.71 | 167.67 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 164 | 0 | 0.84 | 0.15 | 0.25 | 310.37 | 0.73 | 0.44 |
| Hex | C0 | 1E | A4 | 0 | 54 | F | 19 | 136 | 49 | 2C |
| Octal | 300 | 36 | 244 | 0 | 124 | 17 | 31 | 466 | 111 | 54 |
| Binary | 11000000 | 11110 | 10100100 | 0 | 1010100 | 1111 | 11001 | 100110110 | 1001001 | 101100 |
Color Harmonies of #C01EA4
Complementary color
Monochromatic Colors of #C01EA4
Black with #C01EA4
Text Example
Text Example
White with #C01EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01EA4; }
p { color: rgb(192,30,164); }
H1.HeaderClassName
{
color: #C01EA4;
}
.AnyTagClassName
{
color: #C01EA4;
}
</style>
background-color css
<style>
a { background-color: #C01EA4; }
a { background-color: rgb(192,30,164); }
div.DivClassName
{
background-color: #C01EA4;
}
.BgClassName
{
background-color: #C01EA4;
}
</style>
border-color css
<style>
span { border-color: #C01EA4; }
span { border-color: rgb(192,30,164); }
td.TdClassName
{
border-color: #C01EA4;
}
.TagClassName
{
border-color: #C01EA4;
}
</style>