Shades of Deep Magenta #C004DF
Tints of Deep Magenta #C004DF
RGB
CMYK
RGB Variations
Color information
#C004DF (or 0xC004DF) is known color: Deep Magenta. HEX triplet: C0, 04 and DF. RGB value is (192,4,223). Sum of RGB (Red+Green+Blue) = 192+4+223=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #C004DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C004DF is #3FFB20. Grayscale: #545454. Windows color (decimal): -4193057 or 14615744. OLE color: 14615744.
HSL color Cylindrical-coordinate representation of color #C004DF: hue angle of 291.51º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004DF is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 4 | 223 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.13 |
| HSL | 291.51º | 0.96% | 0.45% | - |
| HSV(B) | 291.51º | 0.98% | 0.87% | - |
| XYZ | 35.1 | 16.62 | 71.17 | - |
| YUV | 85.18 | 205.78 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 223 | 0.14 | 0.98 | 0 | 0.13 | 291.51 | 0.96 | 0.45 |
| Hex | C0 | 4 | DF | E | 62 | 0 | D | 124 | 60 | 2D |
| Octal | 300 | 4 | 337 | 16 | 142 | 0 | 15 | 444 | 140 | 55 |
| Binary | 11000000 | 100 | 11011111 | 1110 | 1100010 | 0 | 1101 | 100100100 | 1100000 | 101101 |
Color Harmonies of #C004DF
Complementary color
Monochromatic Colors of #C004DF
Black with #C004DF
Text Example
Text Example
White with #C004DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C004DF; }
p { color: rgb(192,4,223); }
H1.HeaderClassName
{
color: #C004DF;
}
.AnyTagClassName
{
color: #C004DF;
}
</style>
background-color css
<style>
a { background-color: #C004DF; }
a { background-color: rgb(192,4,223); }
div.DivClassName
{
background-color: #C004DF;
}
.BgClassName
{
background-color: #C004DF;
}
</style>
border-color css
<style>
span { border-color: #C004DF; }
span { border-color: rgb(192,4,223); }
td.TdClassName
{
border-color: #C004DF;
}
.TagClassName
{
border-color: #C004DF;
}
</style>