Shades of Deep Magenta #DC04C3
Tints of Deep Magenta #DC04C3
RGB
CMYK
RGB Variations
Color information
#DC04C3 (or 0xDC04C3) is known color: Deep Magenta. HEX triplet: DC, 04 and C3. RGB value is (220,4,195). Sum of RGB (Red+Green+Blue) = 220+4+195=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC04C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC04C3 is #23FB3C. Grayscale: #595959. Windows color (decimal): -2358077 or 12780764. OLE color: 12780764.
HSL color Cylindrical-coordinate representation of color #DC04C3: hue angle of 306.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC04C3 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 195 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.14 |
| HSL | 306.94º | 0.96% | 0.44% | - |
| HSV(B) | 306.94º | 0.98% | 0.86% | - |
| XYZ | 39.41 | 19.24 | 53.27 | - |
| YUV | 90.36 | 187.06 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 195 | 0 | 0.98 | 0.11 | 0.14 | 306.94 | 0.96 | 0.44 |
| Hex | DC | 4 | C3 | 0 | 62 | B | E | 133 | 60 | 2C |
| Octal | 334 | 4 | 303 | 0 | 142 | 13 | 16 | 463 | 140 | 54 |
| Binary | 11011100 | 100 | 11000011 | 0 | 1100010 | 1011 | 1110 | 100110011 | 1100000 | 101100 |
Color Harmonies of #DC04C3
Complementary color
Monochromatic Colors of #DC04C3
Black with #DC04C3
Text Example
Text Example
White with #DC04C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04C3; }
p { color: rgb(220,4,195); }
H1.HeaderClassName
{
color: #DC04C3;
}
.AnyTagClassName
{
color: #DC04C3;
}
</style>
background-color css
<style>
a { background-color: #DC04C3; }
a { background-color: rgb(220,4,195); }
div.DivClassName
{
background-color: #DC04C3;
}
.BgClassName
{
background-color: #DC04C3;
}
</style>
border-color css
<style>
span { border-color: #DC04C3; }
span { border-color: rgb(220,4,195); }
td.TdClassName
{
border-color: #DC04C3;
}
.TagClassName
{
border-color: #DC04C3;
}
</style>