Shades of Deep Magenta #DC1BCB
Tints of Deep Magenta #DC1BCB
RGB
CMYK
RGB Variations
Color information
#DC1BCB (or 0xDC1BCB) is known color: Deep Magenta. HEX triplet: DC, 1B and CB. RGB value is (220,27,203). Sum of RGB (Red+Green+Blue) = 220+27+203=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1BCB is #23E434. Grayscale: #686868. Windows color (decimal): -2352181 or 13310940. OLE color: 13310940.
HSL color Cylindrical-coordinate representation of color #DC1BCB: hue angle of 305.28º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1BCB is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 203 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.14 |
| HSL | 305.29º | 0.78% | 0.48% | - |
| HSV(B) | 305.29º | 0.88% | 0.86% | - |
| XYZ | 40.69 | 20.31 | 58.28 | - |
| YUV | 104.77 | 183.44 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 203 | 0 | 0.88 | 0.08 | 0.14 | 305.29 | 0.78 | 0.48 |
| Hex | DC | 1B | CB | 0 | 58 | 8 | E | 131 | 4E | 30 |
| Octal | 334 | 33 | 313 | 0 | 130 | 10 | 16 | 461 | 116 | 60 |
| Binary | 11011100 | 11011 | 11001011 | 0 | 1011000 | 1000 | 1110 | 100110001 | 1001110 | 110000 |
Color Harmonies of #DC1BCB
Complementary color
Monochromatic Colors of #DC1BCB
Black with #DC1BCB
Text Example
Text Example
White with #DC1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BCB; }
p { color: rgb(220,27,203); }
H1.HeaderClassName
{
color: #DC1BCB;
}
.AnyTagClassName
{
color: #DC1BCB;
}
</style>
background-color css
<style>
a { background-color: #DC1BCB; }
a { background-color: rgb(220,27,203); }
div.DivClassName
{
background-color: #DC1BCB;
}
.BgClassName
{
background-color: #DC1BCB;
}
</style>
border-color css
<style>
span { border-color: #DC1BCB; }
span { border-color: rgb(220,27,203); }
td.TdClassName
{
border-color: #DC1BCB;
}
.TagClassName
{
border-color: #DC1BCB;
}
</style>