Shades of Deep Magenta #DC0FBC
Tints of Deep Magenta #DC0FBC
RGB
CMYK
RGB Variations
Color information
#DC0FBC (or 0xDC0FBC) is known color: Deep Magenta. HEX triplet: DC, 0F and BC. RGB value is (220,15,188). Sum of RGB (Red+Green+Blue) = 220+15+188=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0FBC is #23F043. Grayscale: #5F5F5F. Windows color (decimal): -2355268 or 12324828. OLE color: 12324828.
HSL color Cylindrical-coordinate representation of color #DC0FBC: hue angle of 309.37º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0FBC is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 188 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.14 |
| HSL | 309.37º | 0.87% | 0.46% | - |
| HSV(B) | 309.37º | 0.93% | 0.86% | - |
| XYZ | 38.76 | 19.19 | 49.24 | - |
| YUV | 96.02 | 179.92 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 188 | 0 | 0.93 | 0.15 | 0.14 | 309.37 | 0.87 | 0.46 |
| Hex | DC | F | BC | 0 | 5D | F | E | 135 | 57 | 2E |
| Octal | 334 | 17 | 274 | 0 | 135 | 17 | 16 | 465 | 127 | 56 |
| Binary | 11011100 | 1111 | 10111100 | 0 | 1011101 | 1111 | 1110 | 100110101 | 1010111 | 101110 |
Color Harmonies of #DC0FBC
Complementary color
Monochromatic Colors of #DC0FBC
Black with #DC0FBC
Text Example
Text Example
White with #DC0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0FBC; }
p { color: rgb(220,15,188); }
H1.HeaderClassName
{
color: #DC0FBC;
}
.AnyTagClassName
{
color: #DC0FBC;
}
</style>
background-color css
<style>
a { background-color: #DC0FBC; }
a { background-color: rgb(220,15,188); }
div.DivClassName
{
background-color: #DC0FBC;
}
.BgClassName
{
background-color: #DC0FBC;
}
</style>
border-color css
<style>
span { border-color: #DC0FBC; }
span { border-color: rgb(220,15,188); }
td.TdClassName
{
border-color: #DC0FBC;
}
.TagClassName
{
border-color: #DC0FBC;
}
</style>