Shades of Deep Magenta #C71ADD
Tints of Deep Magenta #C71ADD
RGB
CMYK
RGB Variations
Color information
#C71ADD (or 0xC71ADD) is known color: Deep Magenta. HEX triplet: C7, 1A and DD. RGB value is (199,26,221). Sum of RGB (Red+Green+Blue) = 199+26+221=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #C71ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71ADD is #38E522. Grayscale: #636363. Windows color (decimal): -3728675 or 14490311. OLE color: 14490311.
HSL color Cylindrical-coordinate representation of color #C71ADD: hue angle of 293.23º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71ADD is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 26 | 221 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.13 |
| HSL | 293.23º | 0.79% | 0.48% | - |
| HSV(B) | 293.23º | 0.88% | 0.87% | - |
| XYZ | 36.97 | 18.1 | 69.95 | - |
| YUV | 99.96 | 196.31 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 221 | 0.10 | 0.88 | 0 | 0.13 | 293.23 | 0.79 | 0.48 |
| Hex | C7 | 1A | DD | A | 58 | 0 | D | 125 | 4F | 30 |
| Octal | 307 | 32 | 335 | 12 | 130 | 0 | 15 | 445 | 117 | 60 |
| Binary | 11000111 | 11010 | 11011101 | 1010 | 1011000 | 0 | 1101 | 100100101 | 1001111 | 110000 |
Color Harmonies of #C71ADD
Complementary color
Monochromatic Colors of #C71ADD
Black with #C71ADD
Text Example
Text Example
White with #C71ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71ADD; }
p { color: rgb(199,26,221); }
H1.HeaderClassName
{
color: #C71ADD;
}
.AnyTagClassName
{
color: #C71ADD;
}
</style>
background-color css
<style>
a { background-color: #C71ADD; }
a { background-color: rgb(199,26,221); }
div.DivClassName
{
background-color: #C71ADD;
}
.BgClassName
{
background-color: #C71ADD;
}
</style>
border-color css
<style>
span { border-color: #C71ADD; }
span { border-color: rgb(199,26,221); }
td.TdClassName
{
border-color: #C71ADD;
}
.TagClassName
{
border-color: #C71ADD;
}
</style>