Shades of Deep Magenta #C71ADB
Tints of Deep Magenta #C71ADB
RGB
CMYK
RGB Variations
Color information
#C71ADB (or 0xC71ADB) is known color: Deep Magenta. HEX triplet: C7, 1A and DB. RGB value is (199,26,219). Sum of RGB (Red+Green+Blue) = 199+26+219=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #C71ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71ADB is #38E524. Grayscale: #636363. Windows color (decimal): -3728677 or 14359239. OLE color: 14359239.
HSL color Cylindrical-coordinate representation of color #C71ADB: hue angle of 293.78º 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 #C71ADB is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 26 | 219 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.14 |
| HSL | 293.78º | 0.79% | 0.48% | - |
| HSV(B) | 293.78º | 0.88% | 0.86% | - |
| XYZ | 36.71 | 18 | 68.56 | - |
| YUV | 99.73 | 195.31 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 219 | 0.09 | 0.88 | 0 | 0.14 | 293.78 | 0.79 | 0.48 |
| Hex | C7 | 1A | DB | 9 | 58 | 0 | E | 126 | 4F | 30 |
| Octal | 307 | 32 | 333 | 11 | 130 | 0 | 16 | 446 | 117 | 60 |
| Binary | 11000111 | 11010 | 11011011 | 1001 | 1011000 | 0 | 1110 | 100100110 | 1001111 | 110000 |
Color Harmonies of #C71ADB
Complementary color
Monochromatic Colors of #C71ADB
Black with #C71ADB
Text Example
Text Example
White with #C71ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71ADB; }
p { color: rgb(199,26,219); }
H1.HeaderClassName
{
color: #C71ADB;
}
.AnyTagClassName
{
color: #C71ADB;
}
</style>
background-color css
<style>
a { background-color: #C71ADB; }
a { background-color: rgb(199,26,219); }
div.DivClassName
{
background-color: #C71ADB;
}
.BgClassName
{
background-color: #C71ADB;
}
</style>
border-color css
<style>
span { border-color: #C71ADB; }
span { border-color: rgb(199,26,219); }
td.TdClassName
{
border-color: #C71ADB;
}
.TagClassName
{
border-color: #C71ADB;
}
</style>