Shades of Deep Magenta #D11CCF
Tints of Deep Magenta #D11CCF
RGB
CMYK
RGB Variations
Color information
#D11CCF (or 0xD11CCF) is known color: Deep Magenta. HEX triplet: D1, 1C and CF. RGB value is (209,28,207). Sum of RGB (Red+Green+Blue) = 209+28+207=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CCF is #2EE330. Grayscale: #656565. Windows color (decimal): -3072817 or 13573329. OLE color: 13573329.
HSL color Cylindrical-coordinate representation of color #D11CCF: hue angle of 300.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 #D11CCF is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 207 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.18 |
| HSL | 300.66º | 0.76% | 0.46% | - |
| HSV(B) | 300.66º | 0.87% | 0.82% | - |
| XYZ | 37.97 | 18.89 | 60.68 | - |
| YUV | 102.53 | 186.97 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 207 | 0 | 0.87 | 0.01 | 0.18 | 300.66 | 0.76 | 0.46 |
| Hex | D1 | 1C | CF | 0 | 57 | 1 | 12 | 12D | 4C | 2E |
| Octal | 321 | 34 | 317 | 0 | 127 | 1 | 22 | 455 | 114 | 56 |
| Binary | 11010001 | 11100 | 11001111 | 0 | 1010111 | 1 | 10010 | 100101101 | 1001100 | 101110 |
Color Harmonies of #D11CCF
Complementary color
Monochromatic Colors of #D11CCF
Black with #D11CCF
Text Example
Text Example
White with #D11CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11CCF; }
p { color: rgb(209,28,207); }
H1.HeaderClassName
{
color: #D11CCF;
}
.AnyTagClassName
{
color: #D11CCF;
}
</style>
background-color css
<style>
a { background-color: #D11CCF; }
a { background-color: rgb(209,28,207); }
div.DivClassName
{
background-color: #D11CCF;
}
.BgClassName
{
background-color: #D11CCF;
}
</style>
border-color css
<style>
span { border-color: #D11CCF; }
span { border-color: rgb(209,28,207); }
td.TdClassName
{
border-color: #D11CCF;
}
.TagClassName
{
border-color: #D11CCF;
}
</style>