Shades of Deep Magenta #C21ACE
Tints of Deep Magenta #C21ACE
RGB
CMYK
RGB Variations
Color information
#C21ACE (or 0xC21ACE) is known color: Deep Magenta. HEX triplet: C2, 1A and CE. RGB value is (194,26,206). Sum of RGB (Red+Green+Blue) = 194+26+206=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #C21ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21ACE is #3DE531. Grayscale: #606060. Windows color (decimal): -4056370 or 13507266. OLE color: 13507266.
HSL color Cylindrical-coordinate representation of color #C21ACE: hue angle of 296º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21ACE is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 26 | 206 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.19 |
| HSL | 296º | 0.78% | 0.45% | - |
| HSV(B) | 296º | 0.87% | 0.81% | - |
| XYZ | 33.76 | 16.66 | 59.83 | - |
| YUV | 96.75 | 189.66 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 206 | 0.06 | 0.87 | 0 | 0.19 | 296 | 0.78 | 0.45 |
| Hex | C2 | 1A | CE | 6 | 57 | 0 | 13 | 128 | 4E | 2D |
| Octal | 302 | 32 | 316 | 6 | 127 | 0 | 23 | 450 | 116 | 55 |
| Binary | 11000010 | 11010 | 11001110 | 110 | 1010111 | 0 | 10011 | 100101000 | 1001110 | 101101 |
Color Harmonies of #C21ACE
Complementary color
Monochromatic Colors of #C21ACE
Black with #C21ACE
Text Example
Text Example
White with #C21ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21ACE; }
p { color: rgb(194,26,206); }
H1.HeaderClassName
{
color: #C21ACE;
}
.AnyTagClassName
{
color: #C21ACE;
}
</style>
background-color css
<style>
a { background-color: #C21ACE; }
a { background-color: rgb(194,26,206); }
div.DivClassName
{
background-color: #C21ACE;
}
.BgClassName
{
background-color: #C21ACE;
}
</style>
border-color css
<style>
span { border-color: #C21ACE; }
span { border-color: rgb(194,26,206); }
td.TdClassName
{
border-color: #C21ACE;
}
.TagClassName
{
border-color: #C21ACE;
}
</style>