Shades of Deep Magenta #C21ACD
Tints of Deep Magenta #C21ACD
RGB
CMYK
RGB Variations
Color information
#C21ACD (or 0xC21ACD) is known color: Deep Magenta. HEX triplet: C2, 1A and CD. RGB value is (194,26,205). Sum of RGB (Red+Green+Blue) = 194+26+205=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #C21ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21ACD is #3DE532. Grayscale: #606060. Windows color (decimal): -4056371 or 13441730. OLE color: 13441730.
HSL color Cylindrical-coordinate representation of color #C21ACD: hue angle of 296.31º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21ACD is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 26 | 205 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.20 |
| HSL | 296.31º | 0.77% | 0.45% | - |
| HSV(B) | 296.31º | 0.87% | 0.8% | - |
| XYZ | 33.64 | 16.62 | 59.19 | - |
| YUV | 96.64 | 189.16 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 205 | 0.05 | 0.87 | 0 | 0.20 | 296.31 | 0.77 | 0.45 |
| Hex | C2 | 1A | CD | 5 | 57 | 0 | 14 | 128 | 4D | 2D |
| Octal | 302 | 32 | 315 | 5 | 127 | 0 | 24 | 450 | 115 | 55 |
| Binary | 11000010 | 11010 | 11001101 | 101 | 1010111 | 0 | 10100 | 100101000 | 1001101 | 101101 |
Color Harmonies of #C21ACD
Complementary color
Monochromatic Colors of #C21ACD
Black with #C21ACD
Text Example
Text Example
White with #C21ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21ACD; }
p { color: rgb(194,26,205); }
H1.HeaderClassName
{
color: #C21ACD;
}
.AnyTagClassName
{
color: #C21ACD;
}
</style>
background-color css
<style>
a { background-color: #C21ACD; }
a { background-color: rgb(194,26,205); }
div.DivClassName
{
background-color: #C21ACD;
}
.BgClassName
{
background-color: #C21ACD;
}
</style>
border-color css
<style>
span { border-color: #C21ACD; }
span { border-color: rgb(194,26,205); }
td.TdClassName
{
border-color: #C21ACD;
}
.TagClassName
{
border-color: #C21ACD;
}
</style>