Shades of Deep Magenta #D11CBC
Tints of Deep Magenta #D11CBC
RGB
CMYK
RGB Variations
Color information
#D11CBC (or 0xD11CBC) is known color: Deep Magenta. HEX triplet: D1, 1C and BC. RGB value is (209,28,188). Sum of RGB (Red+Green+Blue) = 209+28+188=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CBC is #2EE343. Grayscale: #636363. Windows color (decimal): -3072836 or 12328145. OLE color: 12328145.
HSL color Cylindrical-coordinate representation of color #D11CBC: hue angle of 306.96º 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 #D11CBC is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 188 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.18 |
| HSL | 306.96º | 0.76% | 0.46% | - |
| HSV(B) | 306.96º | 0.87% | 0.82% | - |
| XYZ | 35.79 | 18.02 | 49.17 | - |
| YUV | 100.36 | 177.47 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 188 | 0 | 0.87 | 0.10 | 0.18 | 306.96 | 0.76 | 0.46 |
| Hex | D1 | 1C | BC | 0 | 57 | A | 12 | 133 | 4C | 2E |
| Octal | 321 | 34 | 274 | 0 | 127 | 12 | 22 | 463 | 114 | 56 |
| Binary | 11010001 | 11100 | 10111100 | 0 | 1010111 | 1010 | 10010 | 100110011 | 1001100 | 101110 |
Color Harmonies of #D11CBC
Complementary color
Monochromatic Colors of #D11CBC
Black with #D11CBC
Text Example
Text Example
White with #D11CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11CBC; }
p { color: rgb(209,28,188); }
H1.HeaderClassName
{
color: #D11CBC;
}
.AnyTagClassName
{
color: #D11CBC;
}
</style>
background-color css
<style>
a { background-color: #D11CBC; }
a { background-color: rgb(209,28,188); }
div.DivClassName
{
background-color: #D11CBC;
}
.BgClassName
{
background-color: #D11CBC;
}
</style>
border-color css
<style>
span { border-color: #D11CBC; }
span { border-color: rgb(209,28,188); }
td.TdClassName
{
border-color: #D11CBC;
}
.TagClassName
{
border-color: #D11CBC;
}
</style>