Shades of Deep Magenta #C20DD0
Tints of Deep Magenta #C20DD0
RGB
CMYK
RGB Variations
Color information
#C20DD0 (or 0xC20DD0) is known color: Deep Magenta. HEX triplet: C2, 0D and D0. RGB value is (194,13,208). Sum of RGB (Red+Green+Blue) = 194+13+208=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #C20DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20DD0 is #3DF22F. Grayscale: #585858. Windows color (decimal): -4059696 or 13635010. OLE color: 13635010.
HSL color Cylindrical-coordinate representation of color #C20DD0: hue angle of 295.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20DD0 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 13 | 208 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.18 |
| HSL | 295.69º | 0.88% | 0.43% | - |
| HSV(B) | 295.69º | 0.94% | 0.82% | - |
| XYZ | 33.78 | 16.31 | 61.04 | - |
| YUV | 89.35 | 194.97 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 208 | 0.07 | 0.94 | 0 | 0.18 | 295.69 | 0.88 | 0.43 |
| Hex | C2 | D | D0 | 7 | 5E | 0 | 12 | 128 | 58 | 2B |
| Octal | 302 | 15 | 320 | 7 | 136 | 0 | 22 | 450 | 130 | 53 |
| Binary | 11000010 | 1101 | 11010000 | 111 | 1011110 | 0 | 10010 | 100101000 | 1011000 | 101011 |
Color Harmonies of #C20DD0
Complementary color
Monochromatic Colors of #C20DD0
Black with #C20DD0
Text Example
Text Example
White with #C20DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DD0; }
p { color: rgb(194,13,208); }
H1.HeaderClassName
{
color: #C20DD0;
}
.AnyTagClassName
{
color: #C20DD0;
}
</style>
background-color css
<style>
a { background-color: #C20DD0; }
a { background-color: rgb(194,13,208); }
div.DivClassName
{
background-color: #C20DD0;
}
.BgClassName
{
background-color: #C20DD0;
}
</style>
border-color css
<style>
span { border-color: #C20DD0; }
span { border-color: rgb(194,13,208); }
td.TdClassName
{
border-color: #C20DD0;
}
.TagClassName
{
border-color: #C20DD0;
}
</style>