Shades of Deep Magenta #C21AAF
Tints of Deep Magenta #C21AAF
RGB
CMYK
RGB Variations
Color information
#C21AAF (or 0xC21AAF) is known color: Deep Magenta. HEX triplet: C2, 1A and AF. RGB value is (194,26,175). Sum of RGB (Red+Green+Blue) = 194+26+175=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C21AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21AAF is #3DE550. Grayscale: #5C5C5C. Windows color (decimal): -4056401 or 11475650. OLE color: 11475650.
HSL color Cylindrical-coordinate representation of color #C21AAF: hue angle of 306.79º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21AAF is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 175 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.24 |
| HSL | 306.79º | 0.76% | 0.43% | - |
| HSV(B) | 306.79º | 0.87% | 0.76% | - |
| XYZ | 30.36 | 15.3 | 41.91 | - |
| YUV | 93.22 | 174.16 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 175 | 0 | 0.87 | 0.10 | 0.24 | 306.79 | 0.76 | 0.43 |
| Hex | C2 | 1A | AF | 0 | 57 | A | 18 | 133 | 4C | 2B |
| Octal | 302 | 32 | 257 | 0 | 127 | 12 | 30 | 463 | 114 | 53 |
| Binary | 11000010 | 11010 | 10101111 | 0 | 1010111 | 1010 | 11000 | 100110011 | 1001100 | 101011 |
Color Harmonies of #C21AAF
Complementary color
Monochromatic Colors of #C21AAF
Black with #C21AAF
Text Example
Text Example
White with #C21AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21AAF; }
p { color: rgb(194,26,175); }
H1.HeaderClassName
{
color: #C21AAF;
}
.AnyTagClassName
{
color: #C21AAF;
}
</style>
background-color css
<style>
a { background-color: #C21AAF; }
a { background-color: rgb(194,26,175); }
div.DivClassName
{
background-color: #C21AAF;
}
.BgClassName
{
background-color: #C21AAF;
}
</style>
border-color css
<style>
span { border-color: #C21AAF; }
span { border-color: rgb(194,26,175); }
td.TdClassName
{
border-color: #C21AAF;
}
.TagClassName
{
border-color: #C21AAF;
}
</style>