Shades of Deep Magenta #D01CC2
Tints of Deep Magenta #D01CC2
RGB
CMYK
RGB Variations
Color information
#D01CC2 (or 0xD01CC2) is known color: Deep Magenta. HEX triplet: D0, 1C and C2. RGB value is (208,28,194). Sum of RGB (Red+Green+Blue) = 208+28+194=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CC2 is #2FE33D. Grayscale: #646464. Windows color (decimal): -3138366 or 12721360. OLE color: 12721360.
HSL color Cylindrical-coordinate representation of color #D01CC2: hue angle of 304.67º 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 #D01CC2 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 194 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.18 |
| HSL | 304.67º | 0.76% | 0.46% | - |
| HSV(B) | 304.67º | 0.87% | 0.82% | - |
| XYZ | 36.17 | 18.14 | 52.63 | - |
| YUV | 100.74 | 180.63 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 194 | 0 | 0.87 | 0.07 | 0.18 | 304.67 | 0.76 | 0.46 |
| Hex | D0 | 1C | C2 | 0 | 57 | 7 | 12 | 131 | 4C | 2E |
| Octal | 320 | 34 | 302 | 0 | 127 | 7 | 22 | 461 | 114 | 56 |
| Binary | 11010000 | 11100 | 11000010 | 0 | 1010111 | 111 | 10010 | 100110001 | 1001100 | 101110 |
Color Harmonies of #D01CC2
Complementary color
Monochromatic Colors of #D01CC2
Black with #D01CC2
Text Example
Text Example
White with #D01CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CC2; }
p { color: rgb(208,28,194); }
H1.HeaderClassName
{
color: #D01CC2;
}
.AnyTagClassName
{
color: #D01CC2;
}
</style>
background-color css
<style>
a { background-color: #D01CC2; }
a { background-color: rgb(208,28,194); }
div.DivClassName
{
background-color: #D01CC2;
}
.BgClassName
{
background-color: #D01CC2;
}
</style>
border-color css
<style>
span { border-color: #D01CC2; }
span { border-color: rgb(208,28,194); }
td.TdClassName
{
border-color: #D01CC2;
}
.TagClassName
{
border-color: #D01CC2;
}
</style>