Shades of Deep Magenta #D120CF
Tints of Deep Magenta #D120CF
RGB
CMYK
RGB Variations
Color information
#D120CF (or 0xD120CF) is known color: Deep Magenta. HEX triplet: D1, 20 and CF. RGB value is (209,32,207). Sum of RGB (Red+Green+Blue) = 209+32+207=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D120CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D120CF is #2EDF30. Grayscale: #686868. Windows color (decimal): -3071793 or 13574353. OLE color: 13574353.
HSL color Cylindrical-coordinate representation of color #D120CF: hue angle of 300.68º 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 #D120CF is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 207 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.18 |
| HSL | 300.68º | 0.73% | 0.47% | - |
| HSV(B) | 300.68º | 0.85% | 0.82% | - |
| XYZ | 38.07 | 19.09 | 60.71 | - |
| YUV | 104.87 | 185.64 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 207 | 0 | 0.85 | 0.01 | 0.18 | 300.68 | 0.73 | 0.47 |
| Hex | D1 | 20 | CF | 0 | 55 | 1 | 12 | 12D | 49 | 2F |
| Octal | 321 | 40 | 317 | 0 | 125 | 1 | 22 | 455 | 111 | 57 |
| Binary | 11010001 | 100000 | 11001111 | 0 | 1010101 | 1 | 10010 | 100101101 | 1001001 | 101111 |
Color Harmonies of #D120CF
Complementary color
Monochromatic Colors of #D120CF
Black with #D120CF
Text Example
Text Example
White with #D120CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120CF; }
p { color: rgb(209,32,207); }
H1.HeaderClassName
{
color: #D120CF;
}
.AnyTagClassName
{
color: #D120CF;
}
</style>
background-color css
<style>
a { background-color: #D120CF; }
a { background-color: rgb(209,32,207); }
div.DivClassName
{
background-color: #D120CF;
}
.BgClassName
{
background-color: #D120CF;
}
</style>
border-color css
<style>
span { border-color: #D120CF; }
span { border-color: rgb(209,32,207); }
td.TdClassName
{
border-color: #D120CF;
}
.TagClassName
{
border-color: #D120CF;
}
</style>