Shades of Deep Magenta #C711D8
Tints of Deep Magenta #C711D8
RGB
CMYK
RGB Variations
Color information
#C711D8 (or 0xC711D8) is known color: Deep Magenta. HEX triplet: C7, 11 and D8. RGB value is (199,17,216). Sum of RGB (Red+Green+Blue) = 199+17+216=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 216 (84.77% from 255 or 50% from 432); Max value from RGB is 216 - color contains mainly: blue. Hex color #C711D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711D8 is #38EE27. Grayscale: #5D5D5D. Windows color (decimal): -3730984 or 14160327. OLE color: 14160327.
HSL color Cylindrical-coordinate representation of color #C711D8: hue angle of 294.87º 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 #C711D8 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 17 | 216 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.15 |
| HSL | 294.87º | 0.85% | 0.46% | - |
| HSV(B) | 294.87º | 0.92% | 0.85% | - |
| XYZ | 36.15 | 17.5 | 66.44 | - |
| YUV | 94.1 | 196.8 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 216 | 0.08 | 0.92 | 0 | 0.15 | 294.87 | 0.85 | 0.46 |
| Hex | C7 | 11 | D8 | 8 | 5C | 0 | F | 127 | 55 | 2E |
| Octal | 307 | 21 | 330 | 10 | 134 | 0 | 17 | 447 | 125 | 56 |
| Binary | 11000111 | 10001 | 11011000 | 1000 | 1011100 | 0 | 1111 | 100100111 | 1010101 | 101110 |
Color Harmonies of #C711D8
Complementary color
Monochromatic Colors of #C711D8
Black with #C711D8
Text Example
Text Example
White with #C711D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711D8; }
p { color: rgb(199,17,216); }
H1.HeaderClassName
{
color: #C711D8;
}
.AnyTagClassName
{
color: #C711D8;
}
</style>
background-color css
<style>
a { background-color: #C711D8; }
a { background-color: rgb(199,17,216); }
div.DivClassName
{
background-color: #C711D8;
}
.BgClassName
{
background-color: #C711D8;
}
</style>
border-color css
<style>
span { border-color: #C711D8; }
span { border-color: rgb(199,17,216); }
td.TdClassName
{
border-color: #C711D8;
}
.TagClassName
{
border-color: #C711D8;
}
</style>