Shades of Deep Magenta #D120C2
Tints of Deep Magenta #D120C2
RGB
CMYK
RGB Variations
Color information
#D120C2 (or 0xD120C2) is known color: Deep Magenta. HEX triplet: D1, 20 and C2. RGB value is (209,32,194). Sum of RGB (Red+Green+Blue) = 209+32+194=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D120C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D120C2 is #2EDF3D. Grayscale: #666666. Windows color (decimal): -3071806 or 12722385. OLE color: 12722385.
HSL color Cylindrical-coordinate representation of color #D120C2: hue angle of 305.08º 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 #D120C2 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 194 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.18 |
| HSL | 305.08º | 0.73% | 0.47% | - |
| HSV(B) | 305.08º | 0.85% | 0.82% | - |
| XYZ | 36.55 | 18.48 | 52.68 | - |
| YUV | 103.39 | 179.14 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 194 | 0 | 0.85 | 0.07 | 0.18 | 305.08 | 0.73 | 0.47 |
| Hex | D1 | 20 | C2 | 0 | 55 | 7 | 12 | 131 | 49 | 2F |
| Octal | 321 | 40 | 302 | 0 | 125 | 7 | 22 | 461 | 111 | 57 |
| Binary | 11010001 | 100000 | 11000010 | 0 | 1010101 | 111 | 10010 | 100110001 | 1001001 | 101111 |
Color Harmonies of #D120C2
Complementary color
Monochromatic Colors of #D120C2
Black with #D120C2
Text Example
Text Example
White with #D120C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120C2; }
p { color: rgb(209,32,194); }
H1.HeaderClassName
{
color: #D120C2;
}
.AnyTagClassName
{
color: #D120C2;
}
</style>
background-color css
<style>
a { background-color: #D120C2; }
a { background-color: rgb(209,32,194); }
div.DivClassName
{
background-color: #D120C2;
}
.BgClassName
{
background-color: #D120C2;
}
</style>
border-color css
<style>
span { border-color: #D120C2; }
span { border-color: rgb(209,32,194); }
td.TdClassName
{
border-color: #D120C2;
}
.TagClassName
{
border-color: #D120C2;
}
</style>