Shades of Deep Magenta #D000C2
Tints of Deep Magenta #D000C2
RGB
CMYK
RGB Variations
Color information
#D000C2 (or 0xD000C2) is known color: Deep Magenta. HEX triplet: D0, 00 and C2. RGB value is (208,0,194). Sum of RGB (Red+Green+Blue) = 208+0+194=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D000C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000C2 is #2FFF3D. Grayscale: #535353. Windows color (decimal): -3145534 or 12714192. OLE color: 12714192.
HSL color Cylindrical-coordinate representation of color #D000C2: hue angle of 304.04º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D000C2 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 194 | - |
| CMYK | 0 | 1 | 0.07 | 0.18 |
| HSL | 304.04º | 1% | 0.41% | - |
| HSV(B) | 304.04º | 1% | 0.82% | - |
| XYZ | 35.75 | 17.3 | 52.49 | - |
| YUV | 84.31 | 189.91 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 194 | 0 | 1 | 0.07 | 0.18 | 304.04 | 1 | 0.41 |
| Hex | D0 | 0 | C2 | 0 | 64 | 7 | 12 | 130 | 64 | 29 |
| Octal | 320 | 0 | 302 | 0 | 144 | 7 | 22 | 460 | 144 | 51 |
| Binary | 11010000 | 0 | 11000010 | 0 | 1100100 | 111 | 10010 | 100110000 | 1100100 | 101001 |
Color Harmonies of #D000C2
Complementary color
Monochromatic Colors of #D000C2
Black with #D000C2
Text Example
Text Example
White with #D000C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D000C2; }
p { color: rgb(208,0,194); }
H1.HeaderClassName
{
color: #D000C2;
}
.AnyTagClassName
{
color: #D000C2;
}
</style>
background-color css
<style>
a { background-color: #D000C2; }
a { background-color: rgb(208,0,194); }
div.DivClassName
{
background-color: #D000C2;
}
.BgClassName
{
background-color: #D000C2;
}
</style>
border-color css
<style>
span { border-color: #D000C2; }
span { border-color: rgb(208,0,194); }
td.TdClassName
{
border-color: #D000C2;
}
.TagClassName
{
border-color: #D000C2;
}
</style>