Shades of Deep Magenta #C51AAC
Tints of Deep Magenta #C51AAC
RGB
CMYK
RGB Variations
Color information
#C51AAC (or 0xC51AAC) is known color: Deep Magenta. HEX triplet: C5, 1A and AC. RGB value is (197,26,172). Sum of RGB (Red+Green+Blue) = 197+26+172=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51AAC is #3AE553. Grayscale: #5D5D5D. Windows color (decimal): -3859796 or 11279045. OLE color: 11279045.
HSL color Cylindrical-coordinate representation of color #C51AAC: hue angle of 308.77º 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 #C51AAC is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 172 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.23 |
| HSL | 308.77º | 0.77% | 0.44% | - |
| HSV(B) | 308.77º | 0.87% | 0.77% | - |
| XYZ | 30.84 | 15.59 | 40.41 | - |
| YUV | 93.77 | 172.15 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 172 | 0 | 0.87 | 0.13 | 0.23 | 308.77 | 0.77 | 0.44 |
| Hex | C5 | 1A | AC | 0 | 57 | D | 17 | 135 | 4D | 2C |
| Octal | 305 | 32 | 254 | 0 | 127 | 15 | 27 | 465 | 115 | 54 |
| Binary | 11000101 | 11010 | 10101100 | 0 | 1010111 | 1101 | 10111 | 100110101 | 1001101 | 101100 |
Color Harmonies of #C51AAC
Complementary color
Monochromatic Colors of #C51AAC
Black with #C51AAC
Text Example
Text Example
White with #C51AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AAC; }
p { color: rgb(197,26,172); }
H1.HeaderClassName
{
color: #C51AAC;
}
.AnyTagClassName
{
color: #C51AAC;
}
</style>
background-color css
<style>
a { background-color: #C51AAC; }
a { background-color: rgb(197,26,172); }
div.DivClassName
{
background-color: #C51AAC;
}
.BgClassName
{
background-color: #C51AAC;
}
</style>
border-color css
<style>
span { border-color: #C51AAC; }
span { border-color: rgb(197,26,172); }
td.TdClassName
{
border-color: #C51AAC;
}
.TagClassName
{
border-color: #C51AAC;
}
</style>