Shades of Deep Magenta #DC0FCE
Tints of Deep Magenta #DC0FCE
RGB
CMYK
RGB Variations
Color information
#DC0FCE (or 0xDC0FCE) is known color: Deep Magenta. HEX triplet: DC, 0F and CE. RGB value is (220,15,206). Sum of RGB (Red+Green+Blue) = 220+15+206=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0FCE is #23F031. Grayscale: #616161. Windows color (decimal): -2355250 or 13504476. OLE color: 13504476.
HSL color Cylindrical-coordinate representation of color #DC0FCE: hue angle of 304.1º 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 #DC0FCE is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 206 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.14 |
| HSL | 304.1º | 0.87% | 0.46% | - |
| HSV(B) | 304.1º | 0.93% | 0.86% | - |
| XYZ | 40.83 | 20.01 | 60.1 | - |
| YUV | 98.07 | 188.92 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 206 | 0 | 0.93 | 0.06 | 0.14 | 304.1 | 0.87 | 0.46 |
| Hex | DC | F | CE | 0 | 5D | 6 | E | 130 | 57 | 2E |
| Octal | 334 | 17 | 316 | 0 | 135 | 6 | 16 | 460 | 127 | 56 |
| Binary | 11011100 | 1111 | 11001110 | 0 | 1011101 | 110 | 1110 | 100110000 | 1010111 | 101110 |
Color Harmonies of #DC0FCE
Complementary color
Monochromatic Colors of #DC0FCE
Black with #DC0FCE
Text Example
Text Example
White with #DC0FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0FCE; }
p { color: rgb(220,15,206); }
H1.HeaderClassName
{
color: #DC0FCE;
}
.AnyTagClassName
{
color: #DC0FCE;
}
</style>
background-color css
<style>
a { background-color: #DC0FCE; }
a { background-color: rgb(220,15,206); }
div.DivClassName
{
background-color: #DC0FCE;
}
.BgClassName
{
background-color: #DC0FCE;
}
</style>
border-color css
<style>
span { border-color: #DC0FCE; }
span { border-color: rgb(220,15,206); }
td.TdClassName
{
border-color: #DC0FCE;
}
.TagClassName
{
border-color: #DC0FCE;
}
</style>