Shades of Deep Magenta #C51AD0
Tints of Deep Magenta #C51AD0
RGB
CMYK
RGB Variations
Color information
#C51AD0 (or 0xC51AD0) is known color: Deep Magenta. HEX triplet: C5, 1A and D0. RGB value is (197,26,208). Sum of RGB (Red+Green+Blue) = 197+26+208=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #C51AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51AD0 is #3AE52F. Grayscale: #616161. Windows color (decimal): -3859760 or 13638341. OLE color: 13638341.
HSL color Cylindrical-coordinate representation of color #C51AD0: hue angle of 296.37º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51AD0 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 26 | 208 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.18 |
| HSL | 296.37º | 0.78% | 0.46% | - |
| HSV(B) | 296.37º | 0.88% | 0.82% | - |
| XYZ | 34.78 | 17.16 | 61.15 | - |
| YUV | 97.88 | 190.15 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 208 | 0.05 | 0.88 | 0 | 0.18 | 296.37 | 0.78 | 0.46 |
| Hex | C5 | 1A | D0 | 5 | 58 | 0 | 12 | 128 | 4E | 2E |
| Octal | 305 | 32 | 320 | 5 | 130 | 0 | 22 | 450 | 116 | 56 |
| Binary | 11000101 | 11010 | 11010000 | 101 | 1011000 | 0 | 10010 | 100101000 | 1001110 | 101110 |
Color Harmonies of #C51AD0
Complementary color
Monochromatic Colors of #C51AD0
Black with #C51AD0
Text Example
Text Example
White with #C51AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AD0; }
p { color: rgb(197,26,208); }
H1.HeaderClassName
{
color: #C51AD0;
}
.AnyTagClassName
{
color: #C51AD0;
}
</style>
background-color css
<style>
a { background-color: #C51AD0; }
a { background-color: rgb(197,26,208); }
div.DivClassName
{
background-color: #C51AD0;
}
.BgClassName
{
background-color: #C51AD0;
}
</style>
border-color css
<style>
span { border-color: #C51AD0; }
span { border-color: rgb(197,26,208); }
td.TdClassName
{
border-color: #C51AD0;
}
.TagClassName
{
border-color: #C51AD0;
}
</style>