Shades of Deep Magenta #C51AE0
Tints of Deep Magenta #C51AE0
RGB
CMYK
RGB Variations
Color information
#C51AE0 (or 0xC51AE0) is known color: Deep Magenta. HEX triplet: C5, 1A and E0. RGB value is (197,26,224). Sum of RGB (Red+Green+Blue) = 197+26+224=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #C51AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51AE0 is #3AE51F. Grayscale: #636363. Windows color (decimal): -3859744 or 14686917. OLE color: 14686917.
HSL color Cylindrical-coordinate representation of color #C51AE0: hue angle of 291.82º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51AE0 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 26 | 224 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.12 |
| HSL | 291.82º | 0.79% | 0.49% | - |
| HSV(B) | 291.82º | 0.88% | 0.88% | - |
| XYZ | 36.85 | 17.99 | 72.05 | - |
| YUV | 99.7 | 198.15 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 224 | 0.12 | 0.88 | 0 | 0.12 | 291.82 | 0.79 | 0.49 |
| Hex | C5 | 1A | E0 | C | 58 | 0 | C | 124 | 4F | 31 |
| Octal | 305 | 32 | 340 | 14 | 130 | 0 | 14 | 444 | 117 | 61 |
| Binary | 11000101 | 11010 | 11100000 | 1100 | 1011000 | 0 | 1100 | 100100100 | 1001111 | 110001 |
Color Harmonies of #C51AE0
Complementary color
Monochromatic Colors of #C51AE0
Black with #C51AE0
Text Example
Text Example
White with #C51AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AE0; }
p { color: rgb(197,26,224); }
H1.HeaderClassName
{
color: #C51AE0;
}
.AnyTagClassName
{
color: #C51AE0;
}
</style>
background-color css
<style>
a { background-color: #C51AE0; }
a { background-color: rgb(197,26,224); }
div.DivClassName
{
background-color: #C51AE0;
}
.BgClassName
{
background-color: #C51AE0;
}
</style>
border-color css
<style>
span { border-color: #C51AE0; }
span { border-color: rgb(197,26,224); }
td.TdClassName
{
border-color: #C51AE0;
}
.TagClassName
{
border-color: #C51AE0;
}
</style>