Shades of Deep Magenta #C20AD7
Tints of Deep Magenta #C20AD7
RGB
CMYK
RGB Variations
Color information
#C20AD7 (or 0xC20AD7) is known color: Deep Magenta. HEX triplet: C2, 0A and D7. RGB value is (194,10,215). Sum of RGB (Red+Green+Blue) = 194+10+215=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 215 (84.38% from 255 or 51.31% from 419); Max value from RGB is 215 - color contains mainly: blue. Hex color #C20AD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20AD7 is #3DF528. Grayscale: #575757. Windows color (decimal): -4060457 or 14092994. OLE color: 14092994.
HSL color Cylindrical-coordinate representation of color #C20AD7: hue angle of 293.85º 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 #C20AD7 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 10 | 215 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.16 |
| HSL | 293.85º | 0.91% | 0.44% | - |
| HSV(B) | 293.85º | 0.95% | 0.84% | - |
| XYZ | 34.62 | 16.59 | 65.67 | - |
| YUV | 88.39 | 199.46 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 215 | 0.10 | 0.95 | 0 | 0.16 | 293.85 | 0.91 | 0.44 |
| Hex | C2 | A | D7 | A | 5F | 0 | 10 | 126 | 5B | 2C |
| Octal | 302 | 12 | 327 | 12 | 137 | 0 | 20 | 446 | 133 | 54 |
| Binary | 11000010 | 1010 | 11010111 | 1010 | 1011111 | 0 | 10000 | 100100110 | 1011011 | 101100 |
Color Harmonies of #C20AD7
Complementary color
Monochromatic Colors of #C20AD7
Black with #C20AD7
Text Example
Text Example
White with #C20AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20AD7; }
p { color: rgb(194,10,215); }
H1.HeaderClassName
{
color: #C20AD7;
}
.AnyTagClassName
{
color: #C20AD7;
}
</style>
background-color css
<style>
a { background-color: #C20AD7; }
a { background-color: rgb(194,10,215); }
div.DivClassName
{
background-color: #C20AD7;
}
.BgClassName
{
background-color: #C20AD7;
}
</style>
border-color css
<style>
span { border-color: #C20AD7; }
span { border-color: rgb(194,10,215); }
td.TdClassName
{
border-color: #C20AD7;
}
.TagClassName
{
border-color: #C20AD7;
}
</style>