Shades of Deep Magenta #D101C2
Tints of Deep Magenta #D101C2
RGB
CMYK
RGB Variations
Color information
#D101C2 (or 0xD101C2) is known color: Deep Magenta. HEX triplet: D1, 01 and C2. RGB value is (209,1,194). Sum of RGB (Red+Green+Blue) = 209+1+194=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 194 (76.17% from 255 or 48.02% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D101C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D101C2 is #2EFE3D. Grayscale: #545454. Windows color (decimal): -3079742 or 12714449. OLE color: 12714449.
HSL color Cylindrical-coordinate representation of color #D101C2: hue angle of 304.33º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D101C2 is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 194 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.18 |
| HSL | 304.33º | 0.99% | 0.41% | - |
| HSV(B) | 304.33º | 1% | 0.82% | - |
| XYZ | 36.04 | 17.47 | 52.51 | - |
| YUV | 85.19 | 189.41 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 194 | 0 | 1.00 | 0.07 | 0.18 | 304.33 | 0.99 | 0.41 |
| Hex | D1 | 1 | C2 | 0 | 64 | 7 | 12 | 130 | 63 | 29 |
| Octal | 321 | 1 | 302 | 0 | 144 | 7 | 22 | 460 | 143 | 51 |
| Binary | 11010001 | 1 | 11000010 | 0 | 1100100 | 111 | 10010 | 100110000 | 1100011 | 101001 |
Color Harmonies of #D101C2
Complementary color
Monochromatic Colors of #D101C2
Black with #D101C2
Text Example
Text Example
White with #D101C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D101C2; }
p { color: rgb(209,1,194); }
H1.HeaderClassName
{
color: #D101C2;
}
.AnyTagClassName
{
color: #D101C2;
}
</style>
background-color css
<style>
a { background-color: #D101C2; }
a { background-color: rgb(209,1,194); }
div.DivClassName
{
background-color: #D101C2;
}
.BgClassName
{
background-color: #D101C2;
}
</style>
border-color css
<style>
span { border-color: #D101C2; }
span { border-color: rgb(209,1,194); }
td.TdClassName
{
border-color: #D101C2;
}
.TagClassName
{
border-color: #D101C2;
}
</style>