Shades of Deep Magenta #DC11CF
Tints of Deep Magenta #DC11CF
RGB
CMYK
RGB Variations
Color information
#DC11CF (or 0xDC11CF) is known color: Deep Magenta. HEX triplet: DC, 11 and CF. RGB value is (220,17,207). Sum of RGB (Red+Green+Blue) = 220+17+207=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC11CF is #23EE30. Grayscale: #626262. Windows color (decimal): -2354737 or 13570524. OLE color: 13570524.
HSL color Cylindrical-coordinate representation of color #DC11CF: hue angle of 303.84º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC11CF is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 207 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.14 |
| HSL | 303.84º | 0.86% | 0.46% | - |
| HSV(B) | 303.84º | 0.92% | 0.86% | - |
| XYZ | 40.98 | 20.12 | 60.76 | - |
| YUV | 99.36 | 188.75 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 207 | 0 | 0.92 | 0.06 | 0.14 | 303.84 | 0.86 | 0.46 |
| Hex | DC | 11 | CF | 0 | 5C | 6 | E | 130 | 56 | 2E |
| Octal | 334 | 21 | 317 | 0 | 134 | 6 | 16 | 460 | 126 | 56 |
| Binary | 11011100 | 10001 | 11001111 | 0 | 1011100 | 110 | 1110 | 100110000 | 1010110 | 101110 |
Color Harmonies of #DC11CF
Complementary color
Monochromatic Colors of #DC11CF
Black with #DC11CF
Text Example
Text Example
White with #DC11CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC11CF; }
p { color: rgb(220,17,207); }
H1.HeaderClassName
{
color: #DC11CF;
}
.AnyTagClassName
{
color: #DC11CF;
}
</style>
background-color css
<style>
a { background-color: #DC11CF; }
a { background-color: rgb(220,17,207); }
div.DivClassName
{
background-color: #DC11CF;
}
.BgClassName
{
background-color: #DC11CF;
}
</style>
border-color css
<style>
span { border-color: #DC11CF; }
span { border-color: rgb(220,17,207); }
td.TdClassName
{
border-color: #DC11CF;
}
.TagClassName
{
border-color: #DC11CF;
}
</style>