Shades of Deep Magenta #C20DCC
Tints of Deep Magenta #C20DCC
RGB
CMYK
RGB Variations
Color information
#C20DCC (or 0xC20DCC) is known color: Deep Magenta. HEX triplet: C2, 0D and CC. RGB value is (194,13,204). Sum of RGB (Red+Green+Blue) = 194+13+204=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #C20DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20DCC is #3DF233. Grayscale: #585858. Windows color (decimal): -4059700 or 13372866. OLE color: 13372866.
HSL color Cylindrical-coordinate representation of color #C20DCC: hue angle of 296.86º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20DCC is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 13 | 204 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.2 |
| HSL | 296.86º | 0.88% | 0.43% | - |
| HSV(B) | 296.86º | 0.94% | 0.8% | - |
| XYZ | 33.29 | 16.12 | 58.48 | - |
| YUV | 88.89 | 192.97 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 204 | 0.05 | 0.94 | 0 | 0.2 | 296.86 | 0.88 | 0.43 |
| Hex | C2 | D | CC | 5 | 5E | 0 | 14 | 129 | 58 | 2B |
| Octal | 302 | 15 | 314 | 5 | 136 | 0 | 24 | 451 | 130 | 53 |
| Binary | 11000010 | 1101 | 11001100 | 101 | 1011110 | 0 | 10100 | 100101001 | 1011000 | 101011 |
Color Harmonies of #C20DCC
Complementary color
Monochromatic Colors of #C20DCC
Black with #C20DCC
Text Example
Text Example
White with #C20DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DCC; }
p { color: rgb(194,13,204); }
H1.HeaderClassName
{
color: #C20DCC;
}
.AnyTagClassName
{
color: #C20DCC;
}
</style>
background-color css
<style>
a { background-color: #C20DCC; }
a { background-color: rgb(194,13,204); }
div.DivClassName
{
background-color: #C20DCC;
}
.BgClassName
{
background-color: #C20DCC;
}
</style>
border-color css
<style>
span { border-color: #C20DCC; }
span { border-color: rgb(194,13,204); }
td.TdClassName
{
border-color: #C20DCC;
}
.TagClassName
{
border-color: #C20DCC;
}
</style>