Shades of Deep Magenta #DC04CF
Tints of Deep Magenta #DC04CF
RGB
CMYK
RGB Variations
Color information
#DC04CF (or 0xDC04CF) is known color: Deep Magenta. HEX triplet: DC, 04 and CF. RGB value is (220,4,207). Sum of RGB (Red+Green+Blue) = 220+4+207=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 4 (1.95% from 255 or 0.93% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC04CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC04CF is #23FB30. Grayscale: #5B5B5B. Windows color (decimal): -2358065 or 13567196. OLE color: 13567196.
HSL color Cylindrical-coordinate representation of color #DC04CF: hue angle of 303.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC04CF is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 207 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.14 |
| HSL | 303.61º | 0.96% | 0.44% | - |
| HSV(B) | 303.61º | 0.98% | 0.86% | - |
| XYZ | 40.82 | 19.81 | 60.7 | - |
| YUV | 91.73 | 193.06 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 207 | 0 | 0.98 | 0.06 | 0.14 | 303.61 | 0.96 | 0.44 |
| Hex | DC | 4 | CF | 0 | 62 | 6 | E | 130 | 60 | 2C |
| Octal | 334 | 4 | 317 | 0 | 142 | 6 | 16 | 460 | 140 | 54 |
| Binary | 11011100 | 100 | 11001111 | 0 | 1100010 | 110 | 1110 | 100110000 | 1100000 | 101100 |
Color Harmonies of #DC04CF
Complementary color
Monochromatic Colors of #DC04CF
Black with #DC04CF
Text Example
Text Example
White with #DC04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04CF; }
p { color: rgb(220,4,207); }
H1.HeaderClassName
{
color: #DC04CF;
}
.AnyTagClassName
{
color: #DC04CF;
}
</style>
background-color css
<style>
a { background-color: #DC04CF; }
a { background-color: rgb(220,4,207); }
div.DivClassName
{
background-color: #DC04CF;
}
.BgClassName
{
background-color: #DC04CF;
}
</style>
border-color css
<style>
span { border-color: #DC04CF; }
span { border-color: rgb(220,4,207); }
td.TdClassName
{
border-color: #DC04CF;
}
.TagClassName
{
border-color: #DC04CF;
}
</style>