Shades of Deep Magenta #C21ADB
Tints of Deep Magenta #C21ADB
RGB
CMYK
RGB Variations
Color information
#C21ADB (or 0xC21ADB) is known color: Deep Magenta. HEX triplet: C2, 1A and DB. RGB value is (194,26,219). Sum of RGB (Red+Green+Blue) = 194+26+219=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #C21ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21ADB is #3DE524. Grayscale: #616161. Windows color (decimal): -4056357 or 14359234. OLE color: 14359234.
HSL color Cylindrical-coordinate representation of color #C21ADB: hue angle of 292.23º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21ADB is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 26 | 219 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.14 |
| HSL | 292.23º | 0.79% | 0.48% | - |
| HSV(B) | 292.23º | 0.88% | 0.86% | - |
| XYZ | 35.4 | 17.32 | 68.5 | - |
| YUV | 98.23 | 196.16 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 219 | 0.11 | 0.88 | 0 | 0.14 | 292.23 | 0.79 | 0.48 |
| Hex | C2 | 1A | DB | B | 58 | 0 | E | 124 | 4F | 30 |
| Octal | 302 | 32 | 333 | 13 | 130 | 0 | 16 | 444 | 117 | 60 |
| Binary | 11000010 | 11010 | 11011011 | 1011 | 1011000 | 0 | 1110 | 100100100 | 1001111 | 110000 |
Color Harmonies of #C21ADB
Complementary color
Monochromatic Colors of #C21ADB
Black with #C21ADB
Text Example
Text Example
White with #C21ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21ADB; }
p { color: rgb(194,26,219); }
H1.HeaderClassName
{
color: #C21ADB;
}
.AnyTagClassName
{
color: #C21ADB;
}
</style>
background-color css
<style>
a { background-color: #C21ADB; }
a { background-color: rgb(194,26,219); }
div.DivClassName
{
background-color: #C21ADB;
}
.BgClassName
{
background-color: #C21ADB;
}
</style>
border-color css
<style>
span { border-color: #C21ADB; }
span { border-color: rgb(194,26,219); }
td.TdClassName
{
border-color: #C21ADB;
}
.TagClassName
{
border-color: #C21ADB;
}
</style>