Shades of Deep Magenta #DC0CBC
Tints of Deep Magenta #DC0CBC
RGB
CMYK
RGB Variations
Color information
#DC0CBC (or 0xDC0CBC) is known color: Deep Magenta. HEX triplet: DC, 0C and BC. RGB value is (220,12,188). Sum of RGB (Red+Green+Blue) = 220+12+188=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0CBC is #23F343. Grayscale: #5D5D5D. Windows color (decimal): -2356036 or 12324060. OLE color: 12324060.
HSL color Cylindrical-coordinate representation of color #DC0CBC: hue angle of 309.23º 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 #DC0CBC is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 188 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.14 |
| HSL | 309.23º | 0.9% | 0.45% | - |
| HSV(B) | 309.23º | 0.95% | 0.86% | - |
| XYZ | 38.72 | 19.11 | 49.22 | - |
| YUV | 94.26 | 180.91 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 188 | 0 | 0.95 | 0.15 | 0.14 | 309.23 | 0.9 | 0.45 |
| Hex | DC | C | BC | 0 | 5F | F | E | 135 | 5A | 2D |
| Octal | 334 | 14 | 274 | 0 | 137 | 17 | 16 | 465 | 132 | 55 |
| Binary | 11011100 | 1100 | 10111100 | 0 | 1011111 | 1111 | 1110 | 100110101 | 1011010 | 101101 |
Color Harmonies of #DC0CBC
Complementary color
Monochromatic Colors of #DC0CBC
Black with #DC0CBC
Text Example
Text Example
White with #DC0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0CBC; }
p { color: rgb(220,12,188); }
H1.HeaderClassName
{
color: #DC0CBC;
}
.AnyTagClassName
{
color: #DC0CBC;
}
</style>
background-color css
<style>
a { background-color: #DC0CBC; }
a { background-color: rgb(220,12,188); }
div.DivClassName
{
background-color: #DC0CBC;
}
.BgClassName
{
background-color: #DC0CBC;
}
</style>
border-color css
<style>
span { border-color: #DC0CBC; }
span { border-color: rgb(220,12,188); }
td.TdClassName
{
border-color: #DC0CBC;
}
.TagClassName
{
border-color: #DC0CBC;
}
</style>