Shades of Deep Magenta #C20DC2
Tints of Deep Magenta #C20DC2
RGB
CMYK
RGB Variations
Color information
#C20DC2 (or 0xC20DC2) is known color: Deep Magenta. HEX triplet: C2, 0D and C2. RGB value is (194,13,194). Sum of RGB (Red+Green+Blue) = 194+13+194=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C20DC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20DC2 is #3DF23D. Grayscale: #575757. Windows color (decimal): -4059710 or 12717506. OLE color: 12717506.
HSL color Cylindrical-coordinate representation of color #C20DC2: hue angle of 300º 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 #C20DC2 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 194 | - |
| CMYK | 0 | 0.93 | 0 | 0.24 |
| HSL | 300º | 0.87% | 0.41% | - |
| HSV(B) | 300º | 0.93% | 0.76% | - |
| XYZ | 32.13 | 15.65 | 52.37 | - |
| YUV | 87.75 | 187.97 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 194 | 0 | 0.93 | 0 | 0.24 | 300 | 0.87 | 0.41 |
| Hex | C2 | D | C2 | 0 | 5D | 0 | 18 | 12C | 57 | 29 |
| Octal | 302 | 15 | 302 | 0 | 135 | 0 | 30 | 454 | 127 | 51 |
| Binary | 11000010 | 1101 | 11000010 | 0 | 1011101 | 0 | 11000 | 100101100 | 1010111 | 101001 |
Color Harmonies of #C20DC2
Complementary color
Monochromatic Colors of #C20DC2
Black with #C20DC2
Text Example
Text Example
White with #C20DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DC2; }
p { color: rgb(194,13,194); }
H1.HeaderClassName
{
color: #C20DC2;
}
.AnyTagClassName
{
color: #C20DC2;
}
</style>
background-color css
<style>
a { background-color: #C20DC2; }
a { background-color: rgb(194,13,194); }
div.DivClassName
{
background-color: #C20DC2;
}
.BgClassName
{
background-color: #C20DC2;
}
</style>
border-color css
<style>
span { border-color: #C20DC2; }
span { border-color: rgb(194,13,194); }
td.TdClassName
{
border-color: #C20DC2;
}
.TagClassName
{
border-color: #C20DC2;
}
</style>