Shades of Deep Magenta #C51ADB
Tints of Deep Magenta #C51ADB
RGB
CMYK
RGB Variations
Color information
#C51ADB (or 0xC51ADB) is known color: Deep Magenta. HEX triplet: C5, 1A and DB. RGB value is (197,26,219). Sum of RGB (Red+Green+Blue) = 197+26+219=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #C51ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51ADB is #3AE524. Grayscale: #626262. Windows color (decimal): -3859749 or 14359237. OLE color: 14359237.
HSL color Cylindrical-coordinate representation of color #C51ADB: hue angle of 293.16º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51ADB is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 26 | 219 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.14 |
| HSL | 293.16º | 0.79% | 0.48% | - |
| HSV(B) | 293.16º | 0.88% | 0.86% | - |
| XYZ | 36.18 | 17.72 | 68.53 | - |
| YUV | 99.13 | 195.65 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 219 | 0.10 | 0.88 | 0 | 0.14 | 293.16 | 0.79 | 0.48 |
| Hex | C5 | 1A | DB | A | 58 | 0 | E | 125 | 4F | 30 |
| Octal | 305 | 32 | 333 | 12 | 130 | 0 | 16 | 445 | 117 | 60 |
| Binary | 11000101 | 11010 | 11011011 | 1010 | 1011000 | 0 | 1110 | 100100101 | 1001111 | 110000 |
Color Harmonies of #C51ADB
Complementary color
Monochromatic Colors of #C51ADB
Black with #C51ADB
Text Example
Text Example
White with #C51ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51ADB; }
p { color: rgb(197,26,219); }
H1.HeaderClassName
{
color: #C51ADB;
}
.AnyTagClassName
{
color: #C51ADB;
}
</style>
background-color css
<style>
a { background-color: #C51ADB; }
a { background-color: rgb(197,26,219); }
div.DivClassName
{
background-color: #C51ADB;
}
.BgClassName
{
background-color: #C51ADB;
}
</style>
border-color css
<style>
span { border-color: #C51ADB; }
span { border-color: rgb(197,26,219); }
td.TdClassName
{
border-color: #C51ADB;
}
.TagClassName
{
border-color: #C51ADB;
}
</style>