Shades of Deep Magenta #C51AAF
Tints of Deep Magenta #C51AAF
RGB
CMYK
RGB Variations
Color information
#C51AAF (or 0xC51AAF) is known color: Deep Magenta. HEX triplet: C5, 1A and AF. RGB value is (197,26,175). Sum of RGB (Red+Green+Blue) = 197+26+175=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51AAF is #3AE550. Grayscale: #5D5D5D. Windows color (decimal): -3859793 or 11475653. OLE color: 11475653.
HSL color Cylindrical-coordinate representation of color #C51AAF: hue angle of 307.72º 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 #C51AAF is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 175 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.23 |
| HSL | 307.72º | 0.77% | 0.44% | - |
| HSV(B) | 307.72º | 0.87% | 0.77% | - |
| XYZ | 31.13 | 15.7 | 41.95 | - |
| YUV | 94.12 | 173.65 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 175 | 0 | 0.87 | 0.11 | 0.23 | 307.72 | 0.77 | 0.44 |
| Hex | C5 | 1A | AF | 0 | 57 | B | 17 | 134 | 4D | 2C |
| Octal | 305 | 32 | 257 | 0 | 127 | 13 | 27 | 464 | 115 | 54 |
| Binary | 11000101 | 11010 | 10101111 | 0 | 1010111 | 1011 | 10111 | 100110100 | 1001101 | 101100 |
Color Harmonies of #C51AAF
Complementary color
Monochromatic Colors of #C51AAF
Black with #C51AAF
Text Example
Text Example
White with #C51AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AAF; }
p { color: rgb(197,26,175); }
H1.HeaderClassName
{
color: #C51AAF;
}
.AnyTagClassName
{
color: #C51AAF;
}
</style>
background-color css
<style>
a { background-color: #C51AAF; }
a { background-color: rgb(197,26,175); }
div.DivClassName
{
background-color: #C51AAF;
}
.BgClassName
{
background-color: #C51AAF;
}
</style>
border-color css
<style>
span { border-color: #C51AAF; }
span { border-color: rgb(197,26,175); }
td.TdClassName
{
border-color: #C51AAF;
}
.TagClassName
{
border-color: #C51AAF;
}
</style>