Shades of Deep Magenta #C710DD
Tints of Deep Magenta #C710DD
RGB
CMYK
RGB Variations
Color information
#C710DD (or 0xC710DD) is known color: Deep Magenta. HEX triplet: C7, 10 and DD. RGB value is (199,16,221). Sum of RGB (Red+Green+Blue) = 199+16+221=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #C710DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C710DD is #38EF22. Grayscale: #5D5D5D. Windows color (decimal): -3731235 or 14487751. OLE color: 14487751.
HSL color Cylindrical-coordinate representation of color #C710DD: hue angle of 293.56º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C710DD is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 16 | 221 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.13 |
| HSL | 293.56º | 0.86% | 0.46% | - |
| HSV(B) | 293.56º | 0.93% | 0.87% | - |
| XYZ | 36.79 | 17.73 | 69.89 | - |
| YUV | 94.09 | 199.63 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 221 | 0.10 | 0.93 | 0 | 0.13 | 293.56 | 0.86 | 0.46 |
| Hex | C7 | 10 | DD | A | 5D | 0 | D | 126 | 56 | 2E |
| Octal | 307 | 20 | 335 | 12 | 135 | 0 | 15 | 446 | 126 | 56 |
| Binary | 11000111 | 10000 | 11011101 | 1010 | 1011101 | 0 | 1101 | 100100110 | 1010110 | 101110 |
Color Harmonies of #C710DD
Complementary color
Monochromatic Colors of #C710DD
Black with #C710DD
Text Example
Text Example
White with #C710DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C710DD; }
p { color: rgb(199,16,221); }
H1.HeaderClassName
{
color: #C710DD;
}
.AnyTagClassName
{
color: #C710DD;
}
</style>
background-color css
<style>
a { background-color: #C710DD; }
a { background-color: rgb(199,16,221); }
div.DivClassName
{
background-color: #C710DD;
}
.BgClassName
{
background-color: #C710DD;
}
</style>
border-color css
<style>
span { border-color: #C710DD; }
span { border-color: rgb(199,16,221); }
td.TdClassName
{
border-color: #C710DD;
}
.TagClassName
{
border-color: #C710DD;
}
</style>