Shades of Deep Magenta #C51AB5
Tints of Deep Magenta #C51AB5
RGB
CMYK
RGB Variations
Color information
#C51AB5 (or 0xC51AB5) is known color: Deep Magenta. HEX triplet: C5, 1A and B5. RGB value is (197,26,181). Sum of RGB (Red+Green+Blue) = 197+26+181=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51AB5 is #3AE54A. Grayscale: #5E5E5E. Windows color (decimal): -3859787 or 11868869. OLE color: 11868869.
HSL color Cylindrical-coordinate representation of color #C51AB5: hue angle of 305.61º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51AB5 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 181 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.23 |
| HSL | 305.61º | 0.77% | 0.44% | - |
| HSV(B) | 305.61º | 0.87% | 0.77% | - |
| XYZ | 31.74 | 15.95 | 45.12 | - |
| YUV | 94.8 | 176.65 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 181 | 0 | 0.87 | 0.08 | 0.23 | 305.61 | 0.77 | 0.44 |
| Hex | C5 | 1A | B5 | 0 | 57 | 8 | 17 | 132 | 4D | 2C |
| Octal | 305 | 32 | 265 | 0 | 127 | 10 | 27 | 462 | 115 | 54 |
| Binary | 11000101 | 11010 | 10110101 | 0 | 1010111 | 1000 | 10111 | 100110010 | 1001101 | 101100 |
Color Harmonies of #C51AB5
Complementary color
Monochromatic Colors of #C51AB5
Black with #C51AB5
Text Example
Text Example
White with #C51AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AB5; }
p { color: rgb(197,26,181); }
H1.HeaderClassName
{
color: #C51AB5;
}
.AnyTagClassName
{
color: #C51AB5;
}
</style>
background-color css
<style>
a { background-color: #C51AB5; }
a { background-color: rgb(197,26,181); }
div.DivClassName
{
background-color: #C51AB5;
}
.BgClassName
{
background-color: #C51AB5;
}
</style>
border-color css
<style>
span { border-color: #C51AB5; }
span { border-color: rgb(197,26,181); }
td.TdClassName
{
border-color: #C51AB5;
}
.TagClassName
{
border-color: #C51AB5;
}
</style>