Shades of Deep Magenta #C20ACD
Tints of Deep Magenta #C20ACD
RGB
CMYK
RGB Variations
Color information
#C20ACD (or 0xC20ACD) is known color: Deep Magenta. HEX triplet: C2, 0A and CD. RGB value is (194,10,205). Sum of RGB (Red+Green+Blue) = 194+10+205=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #C20ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ACD is #3DF532. Grayscale: #565656. Windows color (decimal): -4060467 or 13437634. OLE color: 13437634.
HSL color Cylindrical-coordinate representation of color #C20ACD: hue angle of 296.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20ACD is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 10 | 205 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.20 |
| HSL | 296.62º | 0.91% | 0.42% | - |
| HSV(B) | 296.62º | 0.95% | 0.8% | - |
| XYZ | 33.38 | 16.09 | 59.1 | - |
| YUV | 87.25 | 194.46 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 205 | 0.05 | 0.95 | 0 | 0.20 | 296.62 | 0.91 | 0.42 |
| Hex | C2 | A | CD | 5 | 5F | 0 | 14 | 129 | 5B | 2A |
| Octal | 302 | 12 | 315 | 5 | 137 | 0 | 24 | 451 | 133 | 52 |
| Binary | 11000010 | 1010 | 11001101 | 101 | 1011111 | 0 | 10100 | 100101001 | 1011011 | 101010 |
Color Harmonies of #C20ACD
Complementary color
Monochromatic Colors of #C20ACD
Black with #C20ACD
Text Example
Text Example
White with #C20ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20ACD; }
p { color: rgb(194,10,205); }
H1.HeaderClassName
{
color: #C20ACD;
}
.AnyTagClassName
{
color: #C20ACD;
}
</style>
background-color css
<style>
a { background-color: #C20ACD; }
a { background-color: rgb(194,10,205); }
div.DivClassName
{
background-color: #C20ACD;
}
.BgClassName
{
background-color: #C20ACD;
}
</style>
border-color css
<style>
span { border-color: #C20ACD; }
span { border-color: rgb(194,10,205); }
td.TdClassName
{
border-color: #C20ACD;
}
.TagClassName
{
border-color: #C20ACD;
}
</style>