Shades of Deep Magenta #DC1BC1
Tints of Deep Magenta #DC1BC1
RGB
CMYK
RGB Variations
Color information
#DC1BC1 (or 0xDC1BC1) is known color: Deep Magenta. HEX triplet: DC, 1B and C1. RGB value is (220,27,193). Sum of RGB (Red+Green+Blue) = 220+27+193=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1BC1 is #23E43E. Grayscale: #676767. Windows color (decimal): -2352191 or 12655580. OLE color: 12655580.
HSL color Cylindrical-coordinate representation of color #DC1BC1: hue angle of 308.39º 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 #DC1BC1 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 193 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.14 |
| HSL | 308.39º | 0.78% | 0.48% | - |
| HSV(B) | 308.39º | 0.88% | 0.86% | - |
| XYZ | 39.53 | 19.85 | 52.2 | - |
| YUV | 103.63 | 178.44 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 193 | 0 | 0.88 | 0.12 | 0.14 | 308.39 | 0.78 | 0.48 |
| Hex | DC | 1B | C1 | 0 | 58 | C | E | 134 | 4E | 30 |
| Octal | 334 | 33 | 301 | 0 | 130 | 14 | 16 | 464 | 116 | 60 |
| Binary | 11011100 | 11011 | 11000001 | 0 | 1011000 | 1100 | 1110 | 100110100 | 1001110 | 110000 |
Color Harmonies of #DC1BC1
Complementary color
Monochromatic Colors of #DC1BC1
Black with #DC1BC1
Text Example
Text Example
White with #DC1BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BC1; }
p { color: rgb(220,27,193); }
H1.HeaderClassName
{
color: #DC1BC1;
}
.AnyTagClassName
{
color: #DC1BC1;
}
</style>
background-color css
<style>
a { background-color: #DC1BC1; }
a { background-color: rgb(220,27,193); }
div.DivClassName
{
background-color: #DC1BC1;
}
.BgClassName
{
background-color: #DC1BC1;
}
</style>
border-color css
<style>
span { border-color: #DC1BC1; }
span { border-color: rgb(220,27,193); }
td.TdClassName
{
border-color: #DC1BC1;
}
.TagClassName
{
border-color: #DC1BC1;
}
</style>