Shades of Deep Magenta #C71AD8
Tints of Deep Magenta #C71AD8
RGB
CMYK
RGB Variations
Color information
#C71AD8 (or 0xC71AD8) is known color: Deep Magenta. HEX triplet: C7, 1A and D8. RGB value is (199,26,216). Sum of RGB (Red+Green+Blue) = 199+26+216=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #C71AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71AD8 is #38E527. Grayscale: #626262. Windows color (decimal): -3728680 or 14162631. OLE color: 14162631.
HSL color Cylindrical-coordinate representation of color #C71AD8: hue angle of 294.63º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71AD8 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 26 | 216 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.15 |
| HSL | 294.63º | 0.79% | 0.47% | - |
| HSV(B) | 294.63º | 0.88% | 0.85% | - |
| XYZ | 36.32 | 17.84 | 66.49 | - |
| YUV | 99.39 | 193.81 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 216 | 0.08 | 0.88 | 0 | 0.15 | 294.63 | 0.79 | 0.47 |
| Hex | C7 | 1A | D8 | 8 | 58 | 0 | F | 127 | 4F | 2F |
| Octal | 307 | 32 | 330 | 10 | 130 | 0 | 17 | 447 | 117 | 57 |
| Binary | 11000111 | 11010 | 11011000 | 1000 | 1011000 | 0 | 1111 | 100100111 | 1001111 | 101111 |
Color Harmonies of #C71AD8
Complementary color
Monochromatic Colors of #C71AD8
Black with #C71AD8
Text Example
Text Example
White with #C71AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71AD8; }
p { color: rgb(199,26,216); }
H1.HeaderClassName
{
color: #C71AD8;
}
.AnyTagClassName
{
color: #C71AD8;
}
</style>
background-color css
<style>
a { background-color: #C71AD8; }
a { background-color: rgb(199,26,216); }
div.DivClassName
{
background-color: #C71AD8;
}
.BgClassName
{
background-color: #C71AD8;
}
</style>
border-color css
<style>
span { border-color: #C71AD8; }
span { border-color: rgb(199,26,216); }
td.TdClassName
{
border-color: #C71AD8;
}
.TagClassName
{
border-color: #C71AD8;
}
</style>