Shades of Deep Magenta #C51AD8
Tints of Deep Magenta #C51AD8
RGB
CMYK
RGB Variations
Color information
#C51AD8 (or 0xC51AD8) is known color: Deep Magenta. HEX triplet: C5, 1A and D8. RGB value is (197,26,216). Sum of RGB (Red+Green+Blue) = 197+26+216=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #C51AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51AD8 is #3AE527. Grayscale: #626262. Windows color (decimal): -3859752 or 14162629. OLE color: 14162629.
HSL color Cylindrical-coordinate representation of color #C51AD8: hue angle of 294º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51AD8 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 26 | 216 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.15 |
| HSL | 294º | 0.79% | 0.47% | - |
| HSV(B) | 294º | 0.88% | 0.85% | - |
| XYZ | 35.79 | 17.57 | 66.47 | - |
| YUV | 98.79 | 194.15 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 216 | 0.09 | 0.88 | 0 | 0.15 | 294 | 0.79 | 0.47 |
| Hex | C5 | 1A | D8 | 9 | 58 | 0 | F | 126 | 4F | 2F |
| Octal | 305 | 32 | 330 | 11 | 130 | 0 | 17 | 446 | 117 | 57 |
| Binary | 11000101 | 11010 | 11011000 | 1001 | 1011000 | 0 | 1111 | 100100110 | 1001111 | 101111 |
Color Harmonies of #C51AD8
Complementary color
Monochromatic Colors of #C51AD8
Black with #C51AD8
Text Example
Text Example
White with #C51AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AD8; }
p { color: rgb(197,26,216); }
H1.HeaderClassName
{
color: #C51AD8;
}
.AnyTagClassName
{
color: #C51AD8;
}
</style>
background-color css
<style>
a { background-color: #C51AD8; }
a { background-color: rgb(197,26,216); }
div.DivClassName
{
background-color: #C51AD8;
}
.BgClassName
{
background-color: #C51AD8;
}
</style>
border-color css
<style>
span { border-color: #C51AD8; }
span { border-color: rgb(197,26,216); }
td.TdClassName
{
border-color: #C51AD8;
}
.TagClassName
{
border-color: #C51AD8;
}
</style>