Shades of Deep Magenta #C71AD0
Tints of Deep Magenta #C71AD0
RGB
CMYK
RGB Variations
Color information
#C71AD0 (or 0xC71AD0) is known color: Deep Magenta. HEX triplet: C7, 1A and D0. RGB value is (199,26,208). Sum of RGB (Red+Green+Blue) = 199+26+208=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #C71AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71AD0 is #38E52F. Grayscale: #616161. Windows color (decimal): -3728688 or 13638343. OLE color: 13638343.
HSL color Cylindrical-coordinate representation of color #C71AD0: hue angle of 297.03º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71AD0 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 26 | 208 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.18 |
| HSL | 297.03º | 0.78% | 0.46% | - |
| HSV(B) | 297.03º | 0.88% | 0.82% | - |
| XYZ | 35.31 | 17.43 | 61.18 | - |
| YUV | 98.48 | 189.81 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 208 | 0.04 | 0.88 | 0 | 0.18 | 297.03 | 0.78 | 0.46 |
| Hex | C7 | 1A | D0 | 4 | 58 | 0 | 12 | 129 | 4E | 2E |
| Octal | 307 | 32 | 320 | 4 | 130 | 0 | 22 | 451 | 116 | 56 |
| Binary | 11000111 | 11010 | 11010000 | 100 | 1011000 | 0 | 10010 | 100101001 | 1001110 | 101110 |
Color Harmonies of #C71AD0
Complementary color
Monochromatic Colors of #C71AD0
Black with #C71AD0
Text Example
Text Example
White with #C71AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71AD0; }
p { color: rgb(199,26,208); }
H1.HeaderClassName
{
color: #C71AD0;
}
.AnyTagClassName
{
color: #C71AD0;
}
</style>
background-color css
<style>
a { background-color: #C71AD0; }
a { background-color: rgb(199,26,208); }
div.DivClassName
{
background-color: #C71AD0;
}
.BgClassName
{
background-color: #C71AD0;
}
</style>
border-color css
<style>
span { border-color: #C71AD0; }
span { border-color: rgb(199,26,208); }
td.TdClassName
{
border-color: #C71AD0;
}
.TagClassName
{
border-color: #C71AD0;
}
</style>