Shades of Deep Magenta #DC1BC3
Tints of Deep Magenta #DC1BC3
RGB
CMYK
RGB Variations
Color information
#DC1BC3 (or 0xDC1BC3) is known color: Deep Magenta. HEX triplet: DC, 1B and C3. RGB value is (220,27,195). Sum of RGB (Red+Green+Blue) = 220+27+195=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 27 (10.94% from 255 or 6.11% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1BC3 is #23E43C. Grayscale: #676767. Windows color (decimal): -2352189 or 12786652. OLE color: 12786652.
HSL color Cylindrical-coordinate representation of color #DC1BC3: hue angle of 307.77º 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 #DC1BC3 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 195 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.14 |
| HSL | 307.77º | 0.78% | 0.48% | - |
| HSV(B) | 307.77º | 0.88% | 0.86% | - |
| XYZ | 39.76 | 19.94 | 53.38 | - |
| YUV | 103.86 | 179.44 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 195 | 0 | 0.88 | 0.11 | 0.14 | 307.77 | 0.78 | 0.48 |
| Hex | DC | 1B | C3 | 0 | 58 | B | E | 134 | 4E | 30 |
| Octal | 334 | 33 | 303 | 0 | 130 | 13 | 16 | 464 | 116 | 60 |
| Binary | 11011100 | 11011 | 11000011 | 0 | 1011000 | 1011 | 1110 | 100110100 | 1001110 | 110000 |
Color Harmonies of #DC1BC3
Complementary color
Monochromatic Colors of #DC1BC3
Black with #DC1BC3
Text Example
Text Example
White with #DC1BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BC3; }
p { color: rgb(220,27,195); }
H1.HeaderClassName
{
color: #DC1BC3;
}
.AnyTagClassName
{
color: #DC1BC3;
}
</style>
background-color css
<style>
a { background-color: #DC1BC3; }
a { background-color: rgb(220,27,195); }
div.DivClassName
{
background-color: #DC1BC3;
}
.BgClassName
{
background-color: #DC1BC3;
}
</style>
border-color css
<style>
span { border-color: #DC1BC3; }
span { border-color: rgb(220,27,195); }
td.TdClassName
{
border-color: #DC1BC3;
}
.TagClassName
{
border-color: #DC1BC3;
}
</style>