Shades of Deep Magenta #C004E0
Tints of Deep Magenta #C004E0
RGB
CMYK
RGB Variations
Color information
#C004E0 (or 0xC004E0) is known color: Deep Magenta. HEX triplet: C0, 04 and E0. RGB value is (192,4,224). Sum of RGB (Red+Green+Blue) = 192+4+224=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #C004E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C004E0 is #3FFB1F. Grayscale: #545454. Windows color (decimal): -4193056 or 14681280. OLE color: 14681280.
HSL color Cylindrical-coordinate representation of color #C004E0: hue angle of 291.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004E0 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 4 | 224 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.12 |
| HSL | 291.27º | 0.96% | 0.45% | - |
| HSV(B) | 291.27º | 0.98% | 0.88% | - |
| XYZ | 35.24 | 16.68 | 71.88 | - |
| YUV | 85.29 | 206.28 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 224 | 0.14 | 0.98 | 0 | 0.12 | 291.27 | 0.96 | 0.45 |
| Hex | C0 | 4 | E0 | E | 62 | 0 | C | 123 | 60 | 2D |
| Octal | 300 | 4 | 340 | 16 | 142 | 0 | 14 | 443 | 140 | 55 |
| Binary | 11000000 | 100 | 11100000 | 1110 | 1100010 | 0 | 1100 | 100100011 | 1100000 | 101101 |
Color Harmonies of #C004E0
Complementary color
Monochromatic Colors of #C004E0
Black with #C004E0
Text Example
Text Example
White with #C004E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C004E0; }
p { color: rgb(192,4,224); }
H1.HeaderClassName
{
color: #C004E0;
}
.AnyTagClassName
{
color: #C004E0;
}
</style>
background-color css
<style>
a { background-color: #C004E0; }
a { background-color: rgb(192,4,224); }
div.DivClassName
{
background-color: #C004E0;
}
.BgClassName
{
background-color: #C004E0;
}
</style>
border-color css
<style>
span { border-color: #C004E0; }
span { border-color: rgb(192,4,224); }
td.TdClassName
{
border-color: #C004E0;
}
.TagClassName
{
border-color: #C004E0;
}
</style>