Shades of Deep Magenta #C711D9
Tints of Deep Magenta #C711D9
RGB
CMYK
RGB Variations
Color information
#C711D9 (or 0xC711D9) is known color: Deep Magenta. HEX triplet: C7, 11 and D9. RGB value is (199,17,217). Sum of RGB (Red+Green+Blue) = 199+17+217=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #C711D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711D9 is #38EE26. Grayscale: #5D5D5D. Windows color (decimal): -3730983 or 14225863. OLE color: 14225863.
HSL color Cylindrical-coordinate representation of color #C711D9: hue angle of 294.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C711D9 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 17 | 217 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.15 |
| HSL | 294.6º | 0.85% | 0.46% | - |
| HSV(B) | 294.6º | 0.92% | 0.85% | - |
| XYZ | 36.28 | 17.55 | 67.12 | - |
| YUV | 94.22 | 197.3 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 217 | 0.08 | 0.92 | 0 | 0.15 | 294.6 | 0.85 | 0.46 |
| Hex | C7 | 11 | D9 | 8 | 5C | 0 | F | 127 | 55 | 2E |
| Octal | 307 | 21 | 331 | 10 | 134 | 0 | 17 | 447 | 125 | 56 |
| Binary | 11000111 | 10001 | 11011001 | 1000 | 1011100 | 0 | 1111 | 100100111 | 1010101 | 101110 |
Color Harmonies of #C711D9
Complementary color
Monochromatic Colors of #C711D9
Black with #C711D9
Text Example
Text Example
White with #C711D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711D9; }
p { color: rgb(199,17,217); }
H1.HeaderClassName
{
color: #C711D9;
}
.AnyTagClassName
{
color: #C711D9;
}
</style>
background-color css
<style>
a { background-color: #C711D9; }
a { background-color: rgb(199,17,217); }
div.DivClassName
{
background-color: #C711D9;
}
.BgClassName
{
background-color: #C711D9;
}
</style>
border-color css
<style>
span { border-color: #C711D9; }
span { border-color: rgb(199,17,217); }
td.TdClassName
{
border-color: #C711D9;
}
.TagClassName
{
border-color: #C711D9;
}
</style>