Shades of Deep Magenta #C20ADC
Tints of Deep Magenta #C20ADC
RGB
CMYK
RGB Variations
Color information
#C20ADC (or 0xC20ADC) is known color: Deep Magenta. HEX triplet: C2, 0A and DC. RGB value is (194,10,220). Sum of RGB (Red+Green+Blue) = 194+10+220=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #C20ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ADC is #3DF523. Grayscale: #585858. Windows color (decimal): -4060452 or 14420674. OLE color: 14420674.
HSL color Cylindrical-coordinate representation of color #C20ADC: hue angle of 292.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20ADC is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 10 | 220 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.14 |
| HSL | 292.57º | 0.91% | 0.45% | - |
| HSV(B) | 292.57º | 0.95% | 0.86% | - |
| XYZ | 35.27 | 16.85 | 69.1 | - |
| YUV | 88.96 | 201.96 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 220 | 0.12 | 0.95 | 0 | 0.14 | 292.57 | 0.91 | 0.45 |
| Hex | C2 | A | DC | C | 5F | 0 | E | 125 | 5B | 2D |
| Octal | 302 | 12 | 334 | 14 | 137 | 0 | 16 | 445 | 133 | 55 |
| Binary | 11000010 | 1010 | 11011100 | 1100 | 1011111 | 0 | 1110 | 100100101 | 1011011 | 101101 |
Color Harmonies of #C20ADC
Complementary color
Monochromatic Colors of #C20ADC
Black with #C20ADC
Text Example
Text Example
White with #C20ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20ADC; }
p { color: rgb(194,10,220); }
H1.HeaderClassName
{
color: #C20ADC;
}
.AnyTagClassName
{
color: #C20ADC;
}
</style>
background-color css
<style>
a { background-color: #C20ADC; }
a { background-color: rgb(194,10,220); }
div.DivClassName
{
background-color: #C20ADC;
}
.BgClassName
{
background-color: #C20ADC;
}
</style>
border-color css
<style>
span { border-color: #C20ADC; }
span { border-color: rgb(194,10,220); }
td.TdClassName
{
border-color: #C20ADC;
}
.TagClassName
{
border-color: #C20ADC;
}
</style>