Shades of Deep Magenta #DC07C4
Tints of Deep Magenta #DC07C4
RGB
CMYK
RGB Variations
Color information
#DC07C4 (or 0xDC07C4) is known color: Deep Magenta. HEX triplet: DC, 07 and C4. RGB value is (220,7,196). Sum of RGB (Red+Green+Blue) = 220+7+196=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 7 (3.12% from 255 or 1.65% from 423); Blue value is 196 (76.95% from 255 or 46.34% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC07C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC07C4 is #23F83B. Grayscale: #5B5B5B. Windows color (decimal): -2357308 or 12847068. OLE color: 12847068.
HSL color Cylindrical-coordinate representation of color #DC07C4: hue angle of 306.76º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC07C4 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 196 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.14 |
| HSL | 306.76º | 0.94% | 0.45% | - |
| HSV(B) | 306.76º | 0.97% | 0.86% | - |
| XYZ | 39.55 | 19.35 | 53.88 | - |
| YUV | 92.23 | 186.57 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 196 | 0 | 0.97 | 0.11 | 0.14 | 306.76 | 0.94 | 0.45 |
| Hex | DC | 7 | C4 | 0 | 61 | B | E | 133 | 5E | 2D |
| Octal | 334 | 7 | 304 | 0 | 141 | 13 | 16 | 463 | 136 | 55 |
| Binary | 11011100 | 111 | 11000100 | 0 | 1100001 | 1011 | 1110 | 100110011 | 1011110 | 101101 |
Color Harmonies of #DC07C4
Complementary color
Monochromatic Colors of #DC07C4
Black with #DC07C4
Text Example
Text Example
White with #DC07C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC07C4; }
p { color: rgb(220,7,196); }
H1.HeaderClassName
{
color: #DC07C4;
}
.AnyTagClassName
{
color: #DC07C4;
}
</style>
background-color css
<style>
a { background-color: #DC07C4; }
a { background-color: rgb(220,7,196); }
div.DivClassName
{
background-color: #DC07C4;
}
.BgClassName
{
background-color: #DC07C4;
}
</style>
border-color css
<style>
span { border-color: #DC07C4; }
span { border-color: rgb(220,7,196); }
td.TdClassName
{
border-color: #DC07C4;
}
.TagClassName
{
border-color: #DC07C4;
}
</style>