Shades of Deep Magenta #D01CC7
Tints of Deep Magenta #D01CC7
RGB
CMYK
RGB Variations
Color information
#D01CC7 (or 0xD01CC7) is known color: Deep Magenta. HEX triplet: D0, 1C and C7. RGB value is (208,28,199). Sum of RGB (Red+Green+Blue) = 208+28+199=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CC7 is #2FE338. Grayscale: #646464. Windows color (decimal): -3138361 or 13049040. OLE color: 13049040.
HSL color Cylindrical-coordinate representation of color #D01CC7: hue angle of 303º 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 #D01CC7 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 199 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.18 |
| HSL | 303º | 0.76% | 0.46% | - |
| HSV(B) | 303º | 0.87% | 0.82% | - |
| XYZ | 36.74 | 18.36 | 55.64 | - |
| YUV | 101.31 | 183.13 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 199 | 0 | 0.87 | 0.04 | 0.18 | 303 | 0.76 | 0.46 |
| Hex | D0 | 1C | C7 | 0 | 57 | 4 | 12 | 12F | 4C | 2E |
| Octal | 320 | 34 | 307 | 0 | 127 | 4 | 22 | 457 | 114 | 56 |
| Binary | 11010000 | 11100 | 11000111 | 0 | 1010111 | 100 | 10010 | 100101111 | 1001100 | 101110 |
Color Harmonies of #D01CC7
Complementary color
Monochromatic Colors of #D01CC7
Black with #D01CC7
Text Example
Text Example
White with #D01CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CC7; }
p { color: rgb(208,28,199); }
H1.HeaderClassName
{
color: #D01CC7;
}
.AnyTagClassName
{
color: #D01CC7;
}
</style>
background-color css
<style>
a { background-color: #D01CC7; }
a { background-color: rgb(208,28,199); }
div.DivClassName
{
background-color: #D01CC7;
}
.BgClassName
{
background-color: #D01CC7;
}
</style>
border-color css
<style>
span { border-color: #D01CC7; }
span { border-color: rgb(208,28,199); }
td.TdClassName
{
border-color: #D01CC7;
}
.TagClassName
{
border-color: #D01CC7;
}
</style>