Shades of Deep Magenta #C21AE3
Tints of Deep Magenta #C21AE3
RGB
CMYK
RGB Variations
Color information
#C21AE3 (or 0xC21AE3) is known color: Deep Magenta. HEX triplet: C2, 1A and E3. RGB value is (194,26,227). Sum of RGB (Red+Green+Blue) = 194+26+227=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 227 (89.06% from 255 or 50.78% from 447); Max value from RGB is 227 - color contains mainly: blue. Hex color #C21AE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21AE3 is #3DE51C. Grayscale: #626262. Windows color (decimal): -4056349 or 14883522. OLE color: 14883522.
HSL color Cylindrical-coordinate representation of color #C21AE3: hue angle of 290.15º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21AE3 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 26 | 227 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.11 |
| HSL | 290.15º | 0.79% | 0.5% | - |
| HSV(B) | 290.15º | 0.89% | 0.89% | - |
| XYZ | 36.48 | 17.75 | 74.18 | - |
| YUV | 99.15 | 200.16 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 227 | 0.15 | 0.89 | 0 | 0.11 | 290.15 | 0.79 | 0.5 |
| Hex | C2 | 1A | E3 | F | 59 | 0 | B | 122 | 4F | 32 |
| Octal | 302 | 32 | 343 | 17 | 131 | 0 | 13 | 442 | 117 | 62 |
| Binary | 11000010 | 11010 | 11100011 | 1111 | 1011001 | 0 | 1011 | 100100010 | 1001111 | 110010 |
Color Harmonies of #C21AE3
Complementary color
Monochromatic Colors of #C21AE3
Black with #C21AE3
Text Example
Text Example
White with #C21AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21AE3; }
p { color: rgb(194,26,227); }
H1.HeaderClassName
{
color: #C21AE3;
}
.AnyTagClassName
{
color: #C21AE3;
}
</style>
background-color css
<style>
a { background-color: #C21AE3; }
a { background-color: rgb(194,26,227); }
div.DivClassName
{
background-color: #C21AE3;
}
.BgClassName
{
background-color: #C21AE3;
}
</style>
border-color css
<style>
span { border-color: #C21AE3; }
span { border-color: rgb(194,26,227); }
td.TdClassName
{
border-color: #C21AE3;
}
.TagClassName
{
border-color: #C21AE3;
}
</style>