Shades of Deep Magenta #DC00C7
Tints of Deep Magenta #DC00C7
RGB
CMYK
RGB Variations
Color information
#DC00C7 (or 0xDC00C7) is known color: Deep Magenta. HEX triplet: DC, 00 and C7. RGB value is (220,0,199). Sum of RGB (Red+Green+Blue) = 220+0+199=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC00C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC00C7 is #23FF38. Grayscale: #575757. Windows color (decimal): -2359097 or 13041884. OLE color: 13041884.
HSL color Cylindrical-coordinate representation of color #DC00C7: hue angle of 305.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC00C7 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 199 | - |
| CMYK | 0 | 1 | 0.10 | 0.14 |
| HSL | 305.73º | 1% | 0.43% | - |
| HSV(B) | 305.73º | 1% | 0.86% | - |
| XYZ | 39.82 | 19.34 | 55.67 | - |
| YUV | 88.47 | 190.39 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 199 | 0 | 1 | 0.10 | 0.14 | 305.73 | 1 | 0.43 |
| Hex | DC | 0 | C7 | 0 | 64 | A | E | 132 | 64 | 2B |
| Octal | 334 | 0 | 307 | 0 | 144 | 12 | 16 | 462 | 144 | 53 |
| Binary | 11011100 | 0 | 11000111 | 0 | 1100100 | 1010 | 1110 | 100110010 | 1100100 | 101011 |
Color Harmonies of #DC00C7
Complementary color
Monochromatic Colors of #DC00C7
Black with #DC00C7
Text Example
Text Example
White with #DC00C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC00C7; }
p { color: rgb(220,0,199); }
H1.HeaderClassName
{
color: #DC00C7;
}
.AnyTagClassName
{
color: #DC00C7;
}
</style>
background-color css
<style>
a { background-color: #DC00C7; }
a { background-color: rgb(220,0,199); }
div.DivClassName
{
background-color: #DC00C7;
}
.BgClassName
{
background-color: #DC00C7;
}
</style>
border-color css
<style>
span { border-color: #DC00C7; }
span { border-color: rgb(220,0,199); }
td.TdClassName
{
border-color: #DC00C7;
}
.TagClassName
{
border-color: #DC00C7;
}
</style>