Shades of Deep Magenta #D01FCC
Tints of Deep Magenta #D01FCC
RGB
CMYK
RGB Variations
Color information
#D01FCC (or 0xD01FCC) is known color: Deep Magenta. HEX triplet: D0, 1F and CC. RGB value is (208,31,204). Sum of RGB (Red+Green+Blue) = 208+31+204=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D01FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01FCC is #2FE033. Grayscale: #676767. Windows color (decimal): -3137588 or 13377488. OLE color: 13377488.
HSL color Cylindrical-coordinate representation of color #D01FCC: hue angle of 301.36º 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 #D01FCC is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 204 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.18 |
| HSL | 301.36º | 0.74% | 0.47% | - |
| HSV(B) | 301.36º | 0.85% | 0.82% | - |
| XYZ | 37.4 | 18.75 | 58.77 | - |
| YUV | 103.65 | 184.64 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 204 | 0 | 0.85 | 0.02 | 0.18 | 301.36 | 0.74 | 0.47 |
| Hex | D0 | 1F | CC | 0 | 55 | 2 | 12 | 12D | 4A | 2F |
| Octal | 320 | 37 | 314 | 0 | 125 | 2 | 22 | 455 | 112 | 57 |
| Binary | 11010000 | 11111 | 11001100 | 0 | 1010101 | 10 | 10010 | 100101101 | 1001010 | 101111 |
Color Harmonies of #D01FCC
Complementary color
Monochromatic Colors of #D01FCC
Black with #D01FCC
Text Example
Text Example
White with #D01FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01FCC; }
p { color: rgb(208,31,204); }
H1.HeaderClassName
{
color: #D01FCC;
}
.AnyTagClassName
{
color: #D01FCC;
}
</style>
background-color css
<style>
a { background-color: #D01FCC; }
a { background-color: rgb(208,31,204); }
div.DivClassName
{
background-color: #D01FCC;
}
.BgClassName
{
background-color: #D01FCC;
}
</style>
border-color css
<style>
span { border-color: #D01FCC; }
span { border-color: rgb(208,31,204); }
td.TdClassName
{
border-color: #D01FCC;
}
.TagClassName
{
border-color: #D01FCC;
}
</style>