Shades of Deep Magenta #C51AC2
Tints of Deep Magenta #C51AC2
RGB
CMYK
RGB Variations
Color information
#C51AC2 (or 0xC51AC2) is known color: Deep Magenta. HEX triplet: C5, 1A and C2. RGB value is (197,26,194). Sum of RGB (Red+Green+Blue) = 197+26+194=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51AC2 is #3AE53D. Grayscale: #5F5F5F. Windows color (decimal): -3859774 or 12720837. OLE color: 12720837.
HSL color Cylindrical-coordinate representation of color #C51AC2: hue angle of 301.05º 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 #C51AC2 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 194 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.23 |
| HSL | 301.05º | 0.77% | 0.44% | - |
| HSV(B) | 301.05º | 0.87% | 0.77% | - |
| XYZ | 33.13 | 16.5 | 52.48 | - |
| YUV | 96.28 | 183.15 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 194 | 0 | 0.87 | 0.02 | 0.23 | 301.05 | 0.77 | 0.44 |
| Hex | C5 | 1A | C2 | 0 | 57 | 2 | 17 | 12D | 4D | 2C |
| Octal | 305 | 32 | 302 | 0 | 127 | 2 | 27 | 455 | 115 | 54 |
| Binary | 11000101 | 11010 | 11000010 | 0 | 1010111 | 10 | 10111 | 100101101 | 1001101 | 101100 |
Color Harmonies of #C51AC2
Complementary color
Monochromatic Colors of #C51AC2
Black with #C51AC2
Text Example
Text Example
White with #C51AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AC2; }
p { color: rgb(197,26,194); }
H1.HeaderClassName
{
color: #C51AC2;
}
.AnyTagClassName
{
color: #C51AC2;
}
</style>
background-color css
<style>
a { background-color: #C51AC2; }
a { background-color: rgb(197,26,194); }
div.DivClassName
{
background-color: #C51AC2;
}
.BgClassName
{
background-color: #C51AC2;
}
</style>
border-color css
<style>
span { border-color: #C51AC2; }
span { border-color: rgb(197,26,194); }
td.TdClassName
{
border-color: #C51AC2;
}
.TagClassName
{
border-color: #C51AC2;
}
</style>