Shades of Deep Magenta #D11CCC
Tints of Deep Magenta #D11CCC
RGB
CMYK
RGB Variations
Color information
#D11CCC (or 0xD11CCC) is known color: Deep Magenta. HEX triplet: D1, 1C and CC. RGB value is (209,28,204). Sum of RGB (Red+Green+Blue) = 209+28+204=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CCC is #2EE333. Grayscale: #656565. Windows color (decimal): -3072820 or 13376721. OLE color: 13376721.
HSL color Cylindrical-coordinate representation of color #D11CCC: hue angle of 301.66º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11CCC is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 204 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.18 |
| HSL | 301.66º | 0.76% | 0.46% | - |
| HSV(B) | 301.66º | 0.87% | 0.82% | - |
| XYZ | 37.61 | 18.75 | 58.76 | - |
| YUV | 102.18 | 185.47 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 204 | 0 | 0.87 | 0.02 | 0.18 | 301.66 | 0.76 | 0.46 |
| Hex | D1 | 1C | CC | 0 | 57 | 2 | 12 | 12E | 4C | 2E |
| Octal | 321 | 34 | 314 | 0 | 127 | 2 | 22 | 456 | 114 | 56 |
| Binary | 11010001 | 11100 | 11001100 | 0 | 1010111 | 10 | 10010 | 100101110 | 1001100 | 101110 |
Color Harmonies of #D11CCC
Complementary color
Monochromatic Colors of #D11CCC
Black with #D11CCC
Text Example
Text Example
White with #D11CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11CCC; }
p { color: rgb(209,28,204); }
H1.HeaderClassName
{
color: #D11CCC;
}
.AnyTagClassName
{
color: #D11CCC;
}
</style>
background-color css
<style>
a { background-color: #D11CCC; }
a { background-color: rgb(209,28,204); }
div.DivClassName
{
background-color: #D11CCC;
}
.BgClassName
{
background-color: #D11CCC;
}
</style>
border-color css
<style>
span { border-color: #D11CCC; }
span { border-color: rgb(209,28,204); }
td.TdClassName
{
border-color: #D11CCC;
}
.TagClassName
{
border-color: #D11CCC;
}
</style>