Shades of Deep Magenta #C004DE
Tints of Deep Magenta #C004DE
RGB
CMYK
RGB Variations
Color information
#C004DE (or 0xC004DE) is known color: Deep Magenta. HEX triplet: C0, 04 and DE. RGB value is (192,4,222). Sum of RGB (Red+Green+Blue) = 192+4+222=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 4 (1.95% from 255 or 0.96% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #C004DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C004DE is #3FFB21. Grayscale: #545454. Windows color (decimal): -4193058 or 14550208. OLE color: 14550208.
HSL color Cylindrical-coordinate representation of color #C004DE: hue angle of 291.74º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004DE is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 4 | 222 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.13 |
| HSL | 291.74º | 0.96% | 0.44% | - |
| HSV(B) | 291.74º | 0.98% | 0.87% | - |
| XYZ | 34.97 | 16.57 | 70.46 | - |
| YUV | 85.06 | 205.28 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 222 | 0.14 | 0.98 | 0 | 0.13 | 291.74 | 0.96 | 0.44 |
| Hex | C0 | 4 | DE | E | 62 | 0 | D | 124 | 60 | 2C |
| Octal | 300 | 4 | 336 | 16 | 142 | 0 | 15 | 444 | 140 | 54 |
| Binary | 11000000 | 100 | 11011110 | 1110 | 1100010 | 0 | 1101 | 100100100 | 1100000 | 101100 |
Color Harmonies of #C004DE
Complementary color
Monochromatic Colors of #C004DE
Black with #C004DE
Text Example
Text Example
White with #C004DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C004DE; }
p { color: rgb(192,4,222); }
H1.HeaderClassName
{
color: #C004DE;
}
.AnyTagClassName
{
color: #C004DE;
}
</style>
background-color css
<style>
a { background-color: #C004DE; }
a { background-color: rgb(192,4,222); }
div.DivClassName
{
background-color: #C004DE;
}
.BgClassName
{
background-color: #C004DE;
}
</style>
border-color css
<style>
span { border-color: #C004DE; }
span { border-color: rgb(192,4,222); }
td.TdClassName
{
border-color: #C004DE;
}
.TagClassName
{
border-color: #C004DE;
}
</style>