Shades of Deep Magenta #C20DC0
Tints of Deep Magenta #C20DC0
RGB
CMYK
RGB Variations
Color information
#C20DC0 (or 0xC20DC0) is known color: Deep Magenta. HEX triplet: C2, 0D and C0. RGB value is (194,13,192). Sum of RGB (Red+Green+Blue) = 194+13+192=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C20DC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20DC0 is #3DF23F. Grayscale: #565656. Windows color (decimal): -4059712 or 12586434. OLE color: 12586434.
HSL color Cylindrical-coordinate representation of color #C20DC0: hue angle of 300.66º 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 #C20DC0 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 192 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.24 |
| HSL | 300.66º | 0.87% | 0.41% | - |
| HSV(B) | 300.66º | 0.93% | 0.76% | - |
| XYZ | 31.91 | 15.56 | 51.19 | - |
| YUV | 87.53 | 186.97 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 192 | 0 | 0.93 | 0.01 | 0.24 | 300.66 | 0.87 | 0.41 |
| Hex | C2 | D | C0 | 0 | 5D | 1 | 18 | 12D | 57 | 29 |
| Octal | 302 | 15 | 300 | 0 | 135 | 1 | 30 | 455 | 127 | 51 |
| Binary | 11000010 | 1101 | 11000000 | 0 | 1011101 | 1 | 11000 | 100101101 | 1010111 | 101001 |
Color Harmonies of #C20DC0
Complementary color
Monochromatic Colors of #C20DC0
Black with #C20DC0
Text Example
Text Example
White with #C20DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DC0; }
p { color: rgb(194,13,192); }
H1.HeaderClassName
{
color: #C20DC0;
}
.AnyTagClassName
{
color: #C20DC0;
}
</style>
background-color css
<style>
a { background-color: #C20DC0; }
a { background-color: rgb(194,13,192); }
div.DivClassName
{
background-color: #C20DC0;
}
.BgClassName
{
background-color: #C20DC0;
}
</style>
border-color css
<style>
span { border-color: #C20DC0; }
span { border-color: rgb(194,13,192); }
td.TdClassName
{
border-color: #C20DC0;
}
.TagClassName
{
border-color: #C20DC0;
}
</style>