Shades of Deep Magenta #C20CDA
Tints of Deep Magenta #C20CDA
RGB
CMYK
RGB Variations
Color information
#C20CDA (or 0xC20CDA) is known color: Deep Magenta. HEX triplet: C2, 0C and DA. RGB value is (194,12,218). Sum of RGB (Red+Green+Blue) = 194+12+218=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #C20CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20CDA is #3DF325. Grayscale: #595959. Windows color (decimal): -4059942 or 14290114. OLE color: 14290114.
HSL color Cylindrical-coordinate representation of color #C20CDA: hue angle of 293.01º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20CDA is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 12 | 218 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.15 |
| HSL | 293.01º | 0.9% | 0.45% | - |
| HSV(B) | 293.01º | 0.94% | 0.85% | - |
| XYZ | 35.03 | 16.79 | 67.72 | - |
| YUV | 89.9 | 200.3 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 218 | 0.11 | 0.94 | 0 | 0.15 | 293.01 | 0.9 | 0.45 |
| Hex | C2 | C | DA | B | 5E | 0 | F | 125 | 5A | 2D |
| Octal | 302 | 14 | 332 | 13 | 136 | 0 | 17 | 445 | 132 | 55 |
| Binary | 11000010 | 1100 | 11011010 | 1011 | 1011110 | 0 | 1111 | 100100101 | 1011010 | 101101 |
Color Harmonies of #C20CDA
Complementary color
Monochromatic Colors of #C20CDA
Black with #C20CDA
Text Example
Text Example
White with #C20CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CDA; }
p { color: rgb(194,12,218); }
H1.HeaderClassName
{
color: #C20CDA;
}
.AnyTagClassName
{
color: #C20CDA;
}
</style>
background-color css
<style>
a { background-color: #C20CDA; }
a { background-color: rgb(194,12,218); }
div.DivClassName
{
background-color: #C20CDA;
}
.BgClassName
{
background-color: #C20CDA;
}
</style>
border-color css
<style>
span { border-color: #C20CDA; }
span { border-color: rgb(194,12,218); }
td.TdClassName
{
border-color: #C20CDA;
}
.TagClassName
{
border-color: #C20CDA;
}
</style>