Shades of Deep Magenta #C71ADE
Tints of Deep Magenta #C71ADE
RGB
CMYK
RGB Variations
Color information
#C71ADE (or 0xC71ADE) is known color: Deep Magenta. HEX triplet: C7, 1A and DE. RGB value is (199,26,222). Sum of RGB (Red+Green+Blue) = 199+26+222=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #C71ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71ADE is #38E521. Grayscale: #636363. Windows color (decimal): -3728674 or 14555847. OLE color: 14555847.
HSL color Cylindrical-coordinate representation of color #C71ADE: hue angle of 292.96º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71ADE is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 26 | 222 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.13 |
| HSL | 292.96º | 0.79% | 0.49% | - |
| HSV(B) | 292.96º | 0.88% | 0.87% | - |
| XYZ | 37.11 | 18.15 | 70.66 | - |
| YUV | 100.07 | 196.81 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 222 | 0.10 | 0.88 | 0 | 0.13 | 292.96 | 0.79 | 0.49 |
| Hex | C7 | 1A | DE | A | 58 | 0 | D | 125 | 4F | 31 |
| Octal | 307 | 32 | 336 | 12 | 130 | 0 | 15 | 445 | 117 | 61 |
| Binary | 11000111 | 11010 | 11011110 | 1010 | 1011000 | 0 | 1101 | 100100101 | 1001111 | 110001 |
Color Harmonies of #C71ADE
Complementary color
Monochromatic Colors of #C71ADE
Black with #C71ADE
Text Example
Text Example
White with #C71ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71ADE; }
p { color: rgb(199,26,222); }
H1.HeaderClassName
{
color: #C71ADE;
}
.AnyTagClassName
{
color: #C71ADE;
}
</style>
background-color css
<style>
a { background-color: #C71ADE; }
a { background-color: rgb(199,26,222); }
div.DivClassName
{
background-color: #C71ADE;
}
.BgClassName
{
background-color: #C71ADE;
}
</style>
border-color css
<style>
span { border-color: #C71ADE; }
span { border-color: rgb(199,26,222); }
td.TdClassName
{
border-color: #C71ADE;
}
.TagClassName
{
border-color: #C71ADE;
}
</style>