Shades of Deep Magenta #DC07C6
Tints of Deep Magenta #DC07C6
RGB
CMYK
RGB Variations
Color information
#DC07C6 (or 0xDC07C6) is known color: Deep Magenta. HEX triplet: DC, 07 and C6. RGB value is (220,7,198). Sum of RGB (Red+Green+Blue) = 220+7+198=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 198 (77.73% from 255 or 46.59% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC07C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC07C6 is #23F839. Grayscale: #5B5B5B. Windows color (decimal): -2357306 or 12978140. OLE color: 12978140.
HSL color Cylindrical-coordinate representation of color #DC07C6: hue angle of 306.2º 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 #DC07C6 is Cyan = 0, Magento = 0.97, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 198 | - |
| CMYK | 0 | 0.97 | 0.1 | 0.14 |
| HSL | 306.2º | 0.94% | 0.45% | - |
| HSV(B) | 306.2º | 0.97% | 0.86% | - |
| XYZ | 39.78 | 19.44 | 55.08 | - |
| YUV | 92.46 | 187.57 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 198 | 0 | 0.97 | 0.1 | 0.14 | 306.2 | 0.94 | 0.45 |
| Hex | DC | 7 | C6 | 0 | 61 | A | E | 132 | 5E | 2D |
| Octal | 334 | 7 | 306 | 0 | 141 | 12 | 16 | 462 | 136 | 55 |
| Binary | 11011100 | 111 | 11000110 | 0 | 1100001 | 1010 | 1110 | 100110010 | 1011110 | 101101 |
Color Harmonies of #DC07C6
Complementary color
Monochromatic Colors of #DC07C6
Black with #DC07C6
Text Example
Text Example
White with #DC07C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC07C6; }
p { color: rgb(220,7,198); }
H1.HeaderClassName
{
color: #DC07C6;
}
.AnyTagClassName
{
color: #DC07C6;
}
</style>
background-color css
<style>
a { background-color: #DC07C6; }
a { background-color: rgb(220,7,198); }
div.DivClassName
{
background-color: #DC07C6;
}
.BgClassName
{
background-color: #DC07C6;
}
</style>
border-color css
<style>
span { border-color: #DC07C6; }
span { border-color: rgb(220,7,198); }
td.TdClassName
{
border-color: #DC07C6;
}
.TagClassName
{
border-color: #DC07C6;
}
</style>