Shades of Deep Magenta #D01CCF
Tints of Deep Magenta #D01CCF
RGB
CMYK
RGB Variations
Color information
#D01CCF (or 0xD01CCF) is known color: Deep Magenta. HEX triplet: D0, 1C and CF. RGB value is (208,28,207). Sum of RGB (Red+Green+Blue) = 208+28+207=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CCF is #2FE330. Grayscale: #656565. Windows color (decimal): -3138353 or 13573328. OLE color: 13573328.
HSL color Cylindrical-coordinate representation of color #D01CCF: hue angle of 300.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01CCF is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 207 | - |
| CMYK | 0 | 0.87 | 0.00 | 0.18 |
| HSL | 300.33º | 0.76% | 0.46% | - |
| HSV(B) | 300.33º | 0.87% | 0.82% | - |
| XYZ | 37.69 | 18.75 | 60.66 | - |
| YUV | 102.23 | 187.13 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 207 | 0 | 0.87 | 0.00 | 0.18 | 300.33 | 0.76 | 0.46 |
| Hex | D0 | 1C | CF | 0 | 57 | 0 | 12 | 12C | 4C | 2E |
| Octal | 320 | 34 | 317 | 0 | 127 | 0 | 22 | 454 | 114 | 56 |
| Binary | 11010000 | 11100 | 11001111 | 0 | 1010111 | 0 | 10010 | 100101100 | 1001100 | 101110 |
Color Harmonies of #D01CCF
Complementary color
Monochromatic Colors of #D01CCF
Black with #D01CCF
Text Example
Text Example
White with #D01CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CCF; }
p { color: rgb(208,28,207); }
H1.HeaderClassName
{
color: #D01CCF;
}
.AnyTagClassName
{
color: #D01CCF;
}
</style>
background-color css
<style>
a { background-color: #D01CCF; }
a { background-color: rgb(208,28,207); }
div.DivClassName
{
background-color: #D01CCF;
}
.BgClassName
{
background-color: #D01CCF;
}
</style>
border-color css
<style>
span { border-color: #D01CCF; }
span { border-color: rgb(208,28,207); }
td.TdClassName
{
border-color: #D01CCF;
}
.TagClassName
{
border-color: #D01CCF;
}
</style>