Shades of Deep Magenta #C51AC5
Tints of Deep Magenta #C51AC5
RGB
CMYK
RGB Variations
Color information
#C51AC5 (or 0xC51AC5) is known color: Deep Magenta. HEX triplet: C5, 1A and C5. RGB value is (197,26,197). Sum of RGB (Red+Green+Blue) = 197+26+197=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 197 - color contains mainly: red, blue. Hex color #C51AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51AC5 is #3AE53A. Grayscale: #606060. Windows color (decimal): -3859771 or 12917445. OLE color: 12917445.
HSL color Cylindrical-coordinate representation of color #C51AC5: hue angle of 300º 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 #C51AC5 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 197 | - |
| CMYK | 0 | 0.87 | 0 | 0.23 |
| HSL | 300º | 0.77% | 0.44% | - |
| HSV(B) | 300º | 0.87% | 0.77% | - |
| XYZ | 33.47 | 16.64 | 54.27 | - |
| YUV | 96.62 | 184.65 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 197 | 0 | 0.87 | 0 | 0.23 | 300 | 0.77 | 0.44 |
| Hex | C5 | 1A | C5 | 0 | 57 | 0 | 17 | 12C | 4D | 2C |
| Octal | 305 | 32 | 305 | 0 | 127 | 0 | 27 | 454 | 115 | 54 |
| Binary | 11000101 | 11010 | 11000101 | 0 | 1010111 | 0 | 10111 | 100101100 | 1001101 | 101100 |
Color Harmonies of #C51AC5
Complementary color
Monochromatic Colors of #C51AC5
Black with #C51AC5
Text Example
Text Example
White with #C51AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AC5; }
p { color: rgb(197,26,197); }
H1.HeaderClassName
{
color: #C51AC5;
}
.AnyTagClassName
{
color: #C51AC5;
}
</style>
background-color css
<style>
a { background-color: #C51AC5; }
a { background-color: rgb(197,26,197); }
div.DivClassName
{
background-color: #C51AC5;
}
.BgClassName
{
background-color: #C51AC5;
}
</style>
border-color css
<style>
span { border-color: #C51AC5; }
span { border-color: rgb(197,26,197); }
td.TdClassName
{
border-color: #C51AC5;
}
.TagClassName
{
border-color: #C51AC5;
}
</style>