Shades of Deep Magenta #DC0CCE
Tints of Deep Magenta #DC0CCE
RGB
CMYK
RGB Variations
Color information
#DC0CCE (or 0xDC0CCE) is known color: Deep Magenta. HEX triplet: DC, 0C and CE. RGB value is (220,12,206). Sum of RGB (Red+Green+Blue) = 220+12+206=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0CCE is #23F331. Grayscale: #5F5F5F. Windows color (decimal): -2356018 or 13503708. OLE color: 13503708.
HSL color Cylindrical-coordinate representation of color #DC0CCE: hue angle of 304.04º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0CCE is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 206 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.14 |
| HSL | 304.04º | 0.9% | 0.45% | - |
| HSV(B) | 304.04º | 0.95% | 0.86% | - |
| XYZ | 40.79 | 19.93 | 60.09 | - |
| YUV | 96.31 | 189.91 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 206 | 0 | 0.95 | 0.06 | 0.14 | 304.04 | 0.9 | 0.45 |
| Hex | DC | C | CE | 0 | 5F | 6 | E | 130 | 5A | 2D |
| Octal | 334 | 14 | 316 | 0 | 137 | 6 | 16 | 460 | 132 | 55 |
| Binary | 11011100 | 1100 | 11001110 | 0 | 1011111 | 110 | 1110 | 100110000 | 1011010 | 101101 |
Color Harmonies of #DC0CCE
Complementary color
Monochromatic Colors of #DC0CCE
Black with #DC0CCE
Text Example
Text Example
White with #DC0CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0CCE; }
p { color: rgb(220,12,206); }
H1.HeaderClassName
{
color: #DC0CCE;
}
.AnyTagClassName
{
color: #DC0CCE;
}
</style>
background-color css
<style>
a { background-color: #DC0CCE; }
a { background-color: rgb(220,12,206); }
div.DivClassName
{
background-color: #DC0CCE;
}
.BgClassName
{
background-color: #DC0CCE;
}
</style>
border-color css
<style>
span { border-color: #DC0CCE; }
span { border-color: rgb(220,12,206); }
td.TdClassName
{
border-color: #DC0CCE;
}
.TagClassName
{
border-color: #DC0CCE;
}
</style>