Shades of Deep Magenta #C00DC2
Tints of Deep Magenta #C00DC2
RGB
CMYK
RGB Variations
Color information
#C00DC2 (or 0xC00DC2) is known color: Deep Magenta. HEX triplet: C0, 0D and C2. RGB value is (192,13,194). Sum of RGB (Red+Green+Blue) = 192+13+194=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 194 (76.17% from 255 or 48.62% from 399); Max value from RGB is 194 - color contains mainly: blue. Hex color #C00DC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00DC2 is #3FF23D. Grayscale: #565656. Windows color (decimal): -4190782 or 12717504. OLE color: 12717504.
HSL color Cylindrical-coordinate representation of color #C00DC2: hue angle of 299.34º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00DC2 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 13 | 194 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.24 |
| HSL | 299.34º | 0.87% | 0.41% | - |
| HSV(B) | 299.34º | 0.93% | 0.76% | - |
| XYZ | 31.62 | 15.39 | 52.34 | - |
| YUV | 87.16 | 188.3 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 13 | 194 | 0.01 | 0.93 | 0 | 0.24 | 299.34 | 0.87 | 0.41 |
| Hex | C0 | D | C2 | 1 | 5D | 0 | 18 | 12B | 57 | 29 |
| Octal | 300 | 15 | 302 | 1 | 135 | 0 | 30 | 453 | 127 | 51 |
| Binary | 11000000 | 1101 | 11000010 | 1 | 1011101 | 0 | 11000 | 100101011 | 1010111 | 101001 |
Color Harmonies of #C00DC2
Complementary color
Monochromatic Colors of #C00DC2
Black with #C00DC2
Text Example
Text Example
White with #C00DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00DC2; }
p { color: rgb(192,13,194); }
H1.HeaderClassName
{
color: #C00DC2;
}
.AnyTagClassName
{
color: #C00DC2;
}
</style>
background-color css
<style>
a { background-color: #C00DC2; }
a { background-color: rgb(192,13,194); }
div.DivClassName
{
background-color: #C00DC2;
}
.BgClassName
{
background-color: #C00DC2;
}
</style>
border-color css
<style>
span { border-color: #C00DC2; }
span { border-color: rgb(192,13,194); }
td.TdClassName
{
border-color: #C00DC2;
}
.TagClassName
{
border-color: #C00DC2;
}
</style>