Shades of Deep Magenta #C20AD5
Tints of Deep Magenta #C20AD5
RGB
CMYK
RGB Variations
Color information
#C20AD5 (or 0xC20AD5) is known color: Deep Magenta. HEX triplet: C2, 0A and D5. RGB value is (194,10,213). Sum of RGB (Red+Green+Blue) = 194+10+213=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #C20AD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20AD5 is #3DF52A. Grayscale: #575757. Windows color (decimal): -4060459 or 13961922. OLE color: 13961922.
HSL color Cylindrical-coordinate representation of color #C20AD5: hue angle of 294.38º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20AD5 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 10 | 213 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.16 |
| HSL | 294.38º | 0.91% | 0.44% | - |
| HSV(B) | 294.38º | 0.95% | 0.84% | - |
| XYZ | 34.37 | 16.49 | 64.32 | - |
| YUV | 88.16 | 198.46 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 213 | 0.09 | 0.95 | 0 | 0.16 | 294.38 | 0.91 | 0.44 |
| Hex | C2 | A | D5 | 9 | 5F | 0 | 10 | 126 | 5B | 2C |
| Octal | 302 | 12 | 325 | 11 | 137 | 0 | 20 | 446 | 133 | 54 |
| Binary | 11000010 | 1010 | 11010101 | 1001 | 1011111 | 0 | 10000 | 100100110 | 1011011 | 101100 |
Color Harmonies of #C20AD5
Complementary color
Monochromatic Colors of #C20AD5
Black with #C20AD5
Text Example
Text Example
White with #C20AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20AD5; }
p { color: rgb(194,10,213); }
H1.HeaderClassName
{
color: #C20AD5;
}
.AnyTagClassName
{
color: #C20AD5;
}
</style>
background-color css
<style>
a { background-color: #C20AD5; }
a { background-color: rgb(194,10,213); }
div.DivClassName
{
background-color: #C20AD5;
}
.BgClassName
{
background-color: #C20AD5;
}
</style>
border-color css
<style>
span { border-color: #C20AD5; }
span { border-color: rgb(194,10,213); }
td.TdClassName
{
border-color: #C20AD5;
}
.TagClassName
{
border-color: #C20AD5;
}
</style>