Shades of Deep Magenta #DC04C1
Tints of Deep Magenta #DC04C1
RGB
CMYK
RGB Variations
Color information
#DC04C1 (or 0xDC04C1) is known color: Deep Magenta. HEX triplet: DC, 04 and C1. RGB value is (220,4,193). Sum of RGB (Red+Green+Blue) = 220+4+193=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 4 (1.95% from 255 or 0.96% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC04C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC04C1 is #23FB3E. Grayscale: #595959. Windows color (decimal): -2358079 or 12649692. OLE color: 12649692.
HSL color Cylindrical-coordinate representation of color #DC04C1: hue angle of 307.5º 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 #DC04C1 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 193 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.14 |
| HSL | 307.5º | 0.96% | 0.44% | - |
| HSV(B) | 307.5º | 0.98% | 0.86% | - |
| XYZ | 39.18 | 19.15 | 52.08 | - |
| YUV | 90.13 | 186.06 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 193 | 0 | 0.98 | 0.12 | 0.14 | 307.5 | 0.96 | 0.44 |
| Hex | DC | 4 | C1 | 0 | 62 | C | E | 134 | 60 | 2C |
| Octal | 334 | 4 | 301 | 0 | 142 | 14 | 16 | 464 | 140 | 54 |
| Binary | 11011100 | 100 | 11000001 | 0 | 1100010 | 1100 | 1110 | 100110100 | 1100000 | 101100 |
Color Harmonies of #DC04C1
Complementary color
Monochromatic Colors of #DC04C1
Black with #DC04C1
Text Example
Text Example
White with #DC04C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04C1; }
p { color: rgb(220,4,193); }
H1.HeaderClassName
{
color: #DC04C1;
}
.AnyTagClassName
{
color: #DC04C1;
}
</style>
background-color css
<style>
a { background-color: #DC04C1; }
a { background-color: rgb(220,4,193); }
div.DivClassName
{
background-color: #DC04C1;
}
.BgClassName
{
background-color: #DC04C1;
}
</style>
border-color css
<style>
span { border-color: #DC04C1; }
span { border-color: rgb(220,4,193); }
td.TdClassName
{
border-color: #DC04C1;
}
.TagClassName
{
border-color: #DC04C1;
}
</style>