Shades of Deep Magenta #C000D2
Tints of Deep Magenta #C000D2
RGB
CMYK
RGB Variations
Color information
#C000D2 (or 0xC000D2) is known color: Deep Magenta. HEX triplet: C0, 00 and D2. RGB value is (192,0,210). Sum of RGB (Red+Green+Blue) = 192+0+210=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 210 (82.42% from 255 or 52.24% from 402); Max value from RGB is 210 - color contains mainly: blue. Hex color #C000D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000D2 is #3FFF2D. Grayscale: #505050. Windows color (decimal): -4194094 or 13762752. OLE color: 13762752.
HSL color Cylindrical-coordinate representation of color #C000D2: hue angle of 294.86º 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 #C000D2 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 0 | 210 | - |
| CMYK | 0.09 | 1 | 0 | 0.18 |
| HSL | 294.86º | 1% | 0.41% | - |
| HSV(B) | 294.86º | 1% | 0.82% | - |
| XYZ | 33.37 | 15.86 | 62.28 | - |
| YUV | 81.35 | 200.61 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 210 | 0.09 | 1 | 0 | 0.18 | 294.86 | 1 | 0.41 |
| Hex | C0 | 0 | D2 | 9 | 64 | 0 | 12 | 127 | 64 | 29 |
| Octal | 300 | 0 | 322 | 11 | 144 | 0 | 22 | 447 | 144 | 51 |
| Binary | 11000000 | 0 | 11010010 | 1001 | 1100100 | 0 | 10010 | 100100111 | 1100100 | 101001 |
Color Harmonies of #C000D2
Complementary color
Monochromatic Colors of #C000D2
Black with #C000D2
Text Example
Text Example
White with #C000D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C000D2; }
p { color: rgb(192,0,210); }
H1.HeaderClassName
{
color: #C000D2;
}
.AnyTagClassName
{
color: #C000D2;
}
</style>
background-color css
<style>
a { background-color: #C000D2; }
a { background-color: rgb(192,0,210); }
div.DivClassName
{
background-color: #C000D2;
}
.BgClassName
{
background-color: #C000D2;
}
</style>
border-color css
<style>
span { border-color: #C000D2; }
span { border-color: rgb(192,0,210); }
td.TdClassName
{
border-color: #C000D2;
}
.TagClassName
{
border-color: #C000D2;
}
</style>