Shades of Deep Magenta #DC00BC
Tints of Deep Magenta #DC00BC
RGB
CMYK
RGB Variations
Color information
#DC00BC (or 0xDC00BC) is known color: Deep Magenta. HEX triplet: DC, 00 and BC. RGB value is (220,0,188). Sum of RGB (Red+Green+Blue) = 220+0+188=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC00BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC00BC is #23FF43. Grayscale: #565656. Windows color (decimal): -2359108 or 12320988. OLE color: 12320988.
HSL color Cylindrical-coordinate representation of color #DC00BC: hue angle of 308.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC00BC is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.15 | 0.14 |
| HSL | 308.73º | 1% | 0.43% | - |
| HSV(B) | 308.73º | 1% | 0.86% | - |
| XYZ | 38.59 | 18.85 | 49.18 | - |
| YUV | 87.21 | 184.89 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 188 | 0 | 1 | 0.15 | 0.14 | 308.73 | 1 | 0.43 |
| Hex | DC | 0 | BC | 0 | 64 | F | E | 135 | 64 | 2B |
| Octal | 334 | 0 | 274 | 0 | 144 | 17 | 16 | 465 | 144 | 53 |
| Binary | 11011100 | 0 | 10111100 | 0 | 1100100 | 1111 | 1110 | 100110101 | 1100100 | 101011 |
Color Harmonies of #DC00BC
Complementary color
Monochromatic Colors of #DC00BC
Black with #DC00BC
Text Example
Text Example
White with #DC00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC00BC; }
p { color: rgb(220,0,188); }
H1.HeaderClassName
{
color: #DC00BC;
}
.AnyTagClassName
{
color: #DC00BC;
}
</style>
background-color css
<style>
a { background-color: #DC00BC; }
a { background-color: rgb(220,0,188); }
div.DivClassName
{
background-color: #DC00BC;
}
.BgClassName
{
background-color: #DC00BC;
}
</style>
border-color css
<style>
span { border-color: #DC00BC; }
span { border-color: rgb(220,0,188); }
td.TdClassName
{
border-color: #DC00BC;
}
.TagClassName
{
border-color: #DC00BC;
}
</style>