Shades of Deep Magenta #C51ACE
Tints of Deep Magenta #C51ACE
RGB
CMYK
RGB Variations
Color information
#C51ACE (or 0xC51ACE) is known color: Deep Magenta. HEX triplet: C5, 1A and CE. RGB value is (197,26,206). Sum of RGB (Red+Green+Blue) = 197+26+206=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #C51ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51ACE is #3AE531. Grayscale: #616161. Windows color (decimal): -3859762 or 13507269. OLE color: 13507269.
HSL color Cylindrical-coordinate representation of color #C51ACE: hue angle of 297º 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 #C51ACE is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 26 | 206 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.19 |
| HSL | 297º | 0.78% | 0.45% | - |
| HSV(B) | 297º | 0.87% | 0.81% | - |
| XYZ | 34.54 | 17.07 | 59.87 | - |
| YUV | 97.65 | 189.15 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 206 | 0.04 | 0.87 | 0 | 0.19 | 297 | 0.78 | 0.45 |
| Hex | C5 | 1A | CE | 4 | 57 | 0 | 13 | 129 | 4E | 2D |
| Octal | 305 | 32 | 316 | 4 | 127 | 0 | 23 | 451 | 116 | 55 |
| Binary | 11000101 | 11010 | 11001110 | 100 | 1010111 | 0 | 10011 | 100101001 | 1001110 | 101101 |
Color Harmonies of #C51ACE
Complementary color
Monochromatic Colors of #C51ACE
Black with #C51ACE
Text Example
Text Example
White with #C51ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51ACE; }
p { color: rgb(197,26,206); }
H1.HeaderClassName
{
color: #C51ACE;
}
.AnyTagClassName
{
color: #C51ACE;
}
</style>
background-color css
<style>
a { background-color: #C51ACE; }
a { background-color: rgb(197,26,206); }
div.DivClassName
{
background-color: #C51ACE;
}
.BgClassName
{
background-color: #C51ACE;
}
</style>
border-color css
<style>
span { border-color: #C51ACE; }
span { border-color: rgb(197,26,206); }
td.TdClassName
{
border-color: #C51ACE;
}
.TagClassName
{
border-color: #C51ACE;
}
</style>