Shades of Deep Magenta #D120C1
Tints of Deep Magenta #D120C1
RGB
CMYK
RGB Variations
Color information
#D120C1 (or 0xD120C1) is known color: Deep Magenta. HEX triplet: D1, 20 and C1. RGB value is (209,32,193). Sum of RGB (Red+Green+Blue) = 209+32+193=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D120C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D120C1 is #2EDF3E. Grayscale: #666666. Windows color (decimal): -3071807 or 12656849. OLE color: 12656849.
HSL color Cylindrical-coordinate representation of color #D120C1: hue angle of 305.42º degrees, saturation: 0.73, 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 #D120C1 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 193 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.18 |
| HSL | 305.42º | 0.73% | 0.47% | - |
| HSV(B) | 305.42º | 0.85% | 0.82% | - |
| XYZ | 36.44 | 18.44 | 52.09 | - |
| YUV | 103.28 | 178.64 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 193 | 0 | 0.85 | 0.08 | 0.18 | 305.42 | 0.73 | 0.47 |
| Hex | D1 | 20 | C1 | 0 | 55 | 8 | 12 | 131 | 49 | 2F |
| Octal | 321 | 40 | 301 | 0 | 125 | 10 | 22 | 461 | 111 | 57 |
| Binary | 11010001 | 100000 | 11000001 | 0 | 1010101 | 1000 | 10010 | 100110001 | 1001001 | 101111 |
Color Harmonies of #D120C1
Complementary color
Monochromatic Colors of #D120C1
Black with #D120C1
Text Example
Text Example
White with #D120C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120C1; }
p { color: rgb(209,32,193); }
H1.HeaderClassName
{
color: #D120C1;
}
.AnyTagClassName
{
color: #D120C1;
}
</style>
background-color css
<style>
a { background-color: #D120C1; }
a { background-color: rgb(209,32,193); }
div.DivClassName
{
background-color: #D120C1;
}
.BgClassName
{
background-color: #D120C1;
}
</style>
border-color css
<style>
span { border-color: #D120C1; }
span { border-color: rgb(209,32,193); }
td.TdClassName
{
border-color: #D120C1;
}
.TagClassName
{
border-color: #D120C1;
}
</style>