Shades of Deep Magenta #DC03C7
Tints of Deep Magenta #DC03C7
RGB
CMYK
RGB Variations
Color information
#DC03C7 (or 0xDC03C7) is known color: Deep Magenta. HEX triplet: DC, 03 and C7. RGB value is (220,3,199). Sum of RGB (Red+Green+Blue) = 220+3+199=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC03C7 is #23FC38. Grayscale: #595959. Windows color (decimal): -2358329 or 13042652. OLE color: 13042652.
HSL color Cylindrical-coordinate representation of color #DC03C7: hue angle of 305.81º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC03C7 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 199 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.14 |
| HSL | 305.81º | 0.97% | 0.44% | - |
| HSV(B) | 305.81º | 0.99% | 0.86% | - |
| XYZ | 39.86 | 19.4 | 55.68 | - |
| YUV | 90.23 | 189.39 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 199 | 0 | 0.99 | 0.10 | 0.14 | 305.81 | 0.97 | 0.44 |
| Hex | DC | 3 | C7 | 0 | 63 | A | E | 132 | 61 | 2C |
| Octal | 334 | 3 | 307 | 0 | 143 | 12 | 16 | 462 | 141 | 54 |
| Binary | 11011100 | 11 | 11000111 | 0 | 1100011 | 1010 | 1110 | 100110010 | 1100001 | 101100 |
Color Harmonies of #DC03C7
Complementary color
Monochromatic Colors of #DC03C7
Black with #DC03C7
Text Example
Text Example
White with #DC03C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03C7; }
p { color: rgb(220,3,199); }
H1.HeaderClassName
{
color: #DC03C7;
}
.AnyTagClassName
{
color: #DC03C7;
}
</style>
background-color css
<style>
a { background-color: #DC03C7; }
a { background-color: rgb(220,3,199); }
div.DivClassName
{
background-color: #DC03C7;
}
.BgClassName
{
background-color: #DC03C7;
}
</style>
border-color css
<style>
span { border-color: #DC03C7; }
span { border-color: rgb(220,3,199); }
td.TdClassName
{
border-color: #DC03C7;
}
.TagClassName
{
border-color: #DC03C7;
}
</style>