Shades of Deep Magenta #C20DD1
Tints of Deep Magenta #C20DD1
RGB
CMYK
RGB Variations
Color information
#C20DD1 (or 0xC20DD1) is known color: Deep Magenta. HEX triplet: C2, 0D and D1. RGB value is (194,13,209). Sum of RGB (Red+Green+Blue) = 194+13+209=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 209 (82.03% from 255 or 50.24% from 416); Max value from RGB is 209 - color contains mainly: blue. Hex color #C20DD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20DD1 is #3DF22E. Grayscale: #585858. Windows color (decimal): -4059695 or 13700546. OLE color: 13700546.
HSL color Cylindrical-coordinate representation of color #C20DD1: hue angle of 295.41º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20DD1 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 13 | 209 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.18 |
| HSL | 295.41º | 0.88% | 0.44% | - |
| HSV(B) | 295.41º | 0.94% | 0.82% | - |
| XYZ | 33.9 | 16.36 | 61.69 | - |
| YUV | 89.46 | 195.47 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 209 | 0.07 | 0.94 | 0 | 0.18 | 295.41 | 0.88 | 0.44 |
| Hex | C2 | D | D1 | 7 | 5E | 0 | 12 | 127 | 58 | 2C |
| Octal | 302 | 15 | 321 | 7 | 136 | 0 | 22 | 447 | 130 | 54 |
| Binary | 11000010 | 1101 | 11010001 | 111 | 1011110 | 0 | 10010 | 100100111 | 1011000 | 101100 |
Color Harmonies of #C20DD1
Complementary color
Monochromatic Colors of #C20DD1
Black with #C20DD1
Text Example
Text Example
White with #C20DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DD1; }
p { color: rgb(194,13,209); }
H1.HeaderClassName
{
color: #C20DD1;
}
.AnyTagClassName
{
color: #C20DD1;
}
</style>
background-color css
<style>
a { background-color: #C20DD1; }
a { background-color: rgb(194,13,209); }
div.DivClassName
{
background-color: #C20DD1;
}
.BgClassName
{
background-color: #C20DD1;
}
</style>
border-color css
<style>
span { border-color: #C20DD1; }
span { border-color: rgb(194,13,209); }
td.TdClassName
{
border-color: #C20DD1;
}
.TagClassName
{
border-color: #C20DD1;
}
</style>