Shades of Deep Magenta #D11FC1
Tints of Deep Magenta #D11FC1
RGB
CMYK
RGB Variations
Color information
#D11FC1 (or 0xD11FC1) is known color: Deep Magenta. HEX triplet: D1, 1F and C1. RGB value is (209,31,193). Sum of RGB (Red+Green+Blue) = 209+31+193=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11FC1 is #2EE03E. Grayscale: #666666. Windows color (decimal): -3072063 or 12656593. OLE color: 12656593.
HSL color Cylindrical-coordinate representation of color #D11FC1: hue angle of 305.39º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D11FC1 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 193 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.18 |
| HSL | 305.39º | 0.74% | 0.47% | - |
| HSV(B) | 305.39º | 0.85% | 0.82% | - |
| XYZ | 36.41 | 18.39 | 52.08 | - |
| YUV | 102.69 | 178.97 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 193 | 0 | 0.85 | 0.08 | 0.18 | 305.39 | 0.74 | 0.47 |
| Hex | D1 | 1F | C1 | 0 | 55 | 8 | 12 | 131 | 4A | 2F |
| Octal | 321 | 37 | 301 | 0 | 125 | 10 | 22 | 461 | 112 | 57 |
| Binary | 11010001 | 11111 | 11000001 | 0 | 1010101 | 1000 | 10010 | 100110001 | 1001010 | 101111 |
Color Harmonies of #D11FC1
Complementary color
Monochromatic Colors of #D11FC1
Black with #D11FC1
Text Example
Text Example
White with #D11FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11FC1; }
p { color: rgb(209,31,193); }
H1.HeaderClassName
{
color: #D11FC1;
}
.AnyTagClassName
{
color: #D11FC1;
}
</style>
background-color css
<style>
a { background-color: #D11FC1; }
a { background-color: rgb(209,31,193); }
div.DivClassName
{
background-color: #D11FC1;
}
.BgClassName
{
background-color: #D11FC1;
}
</style>
border-color css
<style>
span { border-color: #D11FC1; }
span { border-color: rgb(209,31,193); }
td.TdClassName
{
border-color: #D11FC1;
}
.TagClassName
{
border-color: #D11FC1;
}
</style>