Shades of Deep Magenta #C20DAA
Tints of Deep Magenta #C20DAA
RGB
CMYK
RGB Variations
Color information
#C20DAA (or 0xC20DAA) is known color: Deep Magenta. HEX triplet: C2, 0D and AA. RGB value is (194,13,170). Sum of RGB (Red+Green+Blue) = 194+13+170=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C20DAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20DAA is #3DF255. Grayscale: #545454. Windows color (decimal): -4059734 or 11144642. OLE color: 11144642.
HSL color Cylindrical-coordinate representation of color #C20DAA: hue angle of 307.96º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20DAA is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 170 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.24 |
| HSL | 307.96º | 0.87% | 0.41% | - |
| HSV(B) | 307.96º | 0.93% | 0.76% | - |
| XYZ | 29.65 | 14.66 | 39.3 | - |
| YUV | 85.02 | 175.97 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 170 | 0 | 0.93 | 0.12 | 0.24 | 307.96 | 0.87 | 0.41 |
| Hex | C2 | D | AA | 0 | 5D | C | 18 | 134 | 57 | 29 |
| Octal | 302 | 15 | 252 | 0 | 135 | 14 | 30 | 464 | 127 | 51 |
| Binary | 11000010 | 1101 | 10101010 | 0 | 1011101 | 1100 | 11000 | 100110100 | 1010111 | 101001 |
Color Harmonies of #C20DAA
Complementary color
Monochromatic Colors of #C20DAA
Black with #C20DAA
Text Example
Text Example
White with #C20DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DAA; }
p { color: rgb(194,13,170); }
H1.HeaderClassName
{
color: #C20DAA;
}
.AnyTagClassName
{
color: #C20DAA;
}
</style>
background-color css
<style>
a { background-color: #C20DAA; }
a { background-color: rgb(194,13,170); }
div.DivClassName
{
background-color: #C20DAA;
}
.BgClassName
{
background-color: #C20DAA;
}
</style>
border-color css
<style>
span { border-color: #C20DAA; }
span { border-color: rgb(194,13,170); }
td.TdClassName
{
border-color: #C20DAA;
}
.TagClassName
{
border-color: #C20DAA;
}
</style>