Shades of Deep Magenta #C21ADD
Tints of Deep Magenta #C21ADD
RGB
CMYK
RGB Variations
Color information
#C21ADD (or 0xC21ADD) is known color: Deep Magenta. HEX triplet: C2, 1A and DD. RGB value is (194,26,221). Sum of RGB (Red+Green+Blue) = 194+26+221=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #C21ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21ADD is #3DE522. Grayscale: #616161. Windows color (decimal): -4056355 or 14490306. OLE color: 14490306.
HSL color Cylindrical-coordinate representation of color #C21ADD: hue angle of 291.69º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21ADD is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 26 | 221 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.13 |
| HSL | 291.69º | 0.79% | 0.48% | - |
| HSV(B) | 291.69º | 0.88% | 0.87% | - |
| XYZ | 35.67 | 17.43 | 69.89 | - |
| YUV | 98.46 | 197.16 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 221 | 0.12 | 0.88 | 0 | 0.13 | 291.69 | 0.79 | 0.48 |
| Hex | C2 | 1A | DD | C | 58 | 0 | D | 124 | 4F | 30 |
| Octal | 302 | 32 | 335 | 14 | 130 | 0 | 15 | 444 | 117 | 60 |
| Binary | 11000010 | 11010 | 11011101 | 1100 | 1011000 | 0 | 1101 | 100100100 | 1001111 | 110000 |
Color Harmonies of #C21ADD
Complementary color
Monochromatic Colors of #C21ADD
Black with #C21ADD
Text Example
Text Example
White with #C21ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21ADD; }
p { color: rgb(194,26,221); }
H1.HeaderClassName
{
color: #C21ADD;
}
.AnyTagClassName
{
color: #C21ADD;
}
</style>
background-color css
<style>
a { background-color: #C21ADD; }
a { background-color: rgb(194,26,221); }
div.DivClassName
{
background-color: #C21ADD;
}
.BgClassName
{
background-color: #C21ADD;
}
</style>
border-color css
<style>
span { border-color: #C21ADD; }
span { border-color: rgb(194,26,221); }
td.TdClassName
{
border-color: #C21ADD;
}
.TagClassName
{
border-color: #C21ADD;
}
</style>