Shades of Deep Magenta #C21AD6
Tints of Deep Magenta #C21AD6
RGB
CMYK
RGB Variations
Color information
#C21AD6 (or 0xC21AD6) is known color: Deep Magenta. HEX triplet: C2, 1A and D6. RGB value is (194,26,214). Sum of RGB (Red+Green+Blue) = 194+26+214=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #C21AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21AD6 is #3DE529. Grayscale: #616161. Windows color (decimal): -4056362 or 14031554. OLE color: 14031554.
HSL color Cylindrical-coordinate representation of color #C21AD6: hue angle of 293.62º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21AD6 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 26 | 214 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.16 |
| HSL | 293.62º | 0.78% | 0.47% | - |
| HSV(B) | 293.62º | 0.88% | 0.84% | - |
| XYZ | 34.76 | 17.06 | 65.08 | - |
| YUV | 97.66 | 193.66 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 214 | 0.09 | 0.88 | 0 | 0.16 | 293.62 | 0.78 | 0.47 |
| Hex | C2 | 1A | D6 | 9 | 58 | 0 | 10 | 126 | 4E | 2F |
| Octal | 302 | 32 | 326 | 11 | 130 | 0 | 20 | 446 | 116 | 57 |
| Binary | 11000010 | 11010 | 11010110 | 1001 | 1011000 | 0 | 10000 | 100100110 | 1001110 | 101111 |
Color Harmonies of #C21AD6
Complementary color
Monochromatic Colors of #C21AD6
Black with #C21AD6
Text Example
Text Example
White with #C21AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21AD6; }
p { color: rgb(194,26,214); }
H1.HeaderClassName
{
color: #C21AD6;
}
.AnyTagClassName
{
color: #C21AD6;
}
</style>
background-color css
<style>
a { background-color: #C21AD6; }
a { background-color: rgb(194,26,214); }
div.DivClassName
{
background-color: #C21AD6;
}
.BgClassName
{
background-color: #C21AD6;
}
</style>
border-color css
<style>
span { border-color: #C21AD6; }
span { border-color: rgb(194,26,214); }
td.TdClassName
{
border-color: #C21AD6;
}
.TagClassName
{
border-color: #C21AD6;
}
</style>