Shades of Deep Magenta #DC03C5
Tints of Deep Magenta #DC03C5
RGB
CMYK
RGB Variations
Color information
#DC03C5 (or 0xDC03C5) is known color: Deep Magenta. HEX triplet: DC, 03 and C5. RGB value is (220,3,197). Sum of RGB (Red+Green+Blue) = 220+3+197=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC03C5 is #23FC3A. Grayscale: #595959. Windows color (decimal): -2358331 or 12911580. OLE color: 12911580.
HSL color Cylindrical-coordinate representation of color #DC03C5: hue angle of 306.36º 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 #DC03C5 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 197 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.14 |
| HSL | 306.36º | 0.97% | 0.44% | - |
| HSV(B) | 306.36º | 0.99% | 0.86% | - |
| XYZ | 39.63 | 19.31 | 54.46 | - |
| YUV | 90 | 188.39 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 197 | 0 | 0.99 | 0.10 | 0.14 | 306.36 | 0.97 | 0.44 |
| Hex | DC | 3 | C5 | 0 | 63 | A | E | 132 | 61 | 2C |
| Octal | 334 | 3 | 305 | 0 | 143 | 12 | 16 | 462 | 141 | 54 |
| Binary | 11011100 | 11 | 11000101 | 0 | 1100011 | 1010 | 1110 | 100110010 | 1100001 | 101100 |
Color Harmonies of #DC03C5
Complementary color
Monochromatic Colors of #DC03C5
Black with #DC03C5
Text Example
Text Example
White with #DC03C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03C5; }
p { color: rgb(220,3,197); }
H1.HeaderClassName
{
color: #DC03C5;
}
.AnyTagClassName
{
color: #DC03C5;
}
</style>
background-color css
<style>
a { background-color: #DC03C5; }
a { background-color: rgb(220,3,197); }
div.DivClassName
{
background-color: #DC03C5;
}
.BgClassName
{
background-color: #DC03C5;
}
</style>
border-color css
<style>
span { border-color: #DC03C5; }
span { border-color: rgb(220,3,197); }
td.TdClassName
{
border-color: #DC03C5;
}
.TagClassName
{
border-color: #DC03C5;
}
</style>