Shades of Deep Magenta #C711D6
Tints of Deep Magenta #C711D6
RGB
CMYK
RGB Variations
Color information
#C711D6 (or 0xC711D6) is known color: Deep Magenta. HEX triplet: C7, 11 and D6. RGB value is (199,17,214). Sum of RGB (Red+Green+Blue) = 199+17+214=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 214 (83.98% from 255 or 49.77% from 430); Max value from RGB is 214 - color contains mainly: blue. Hex color #C711D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711D6 is #38EE29. Grayscale: #5D5D5D. Windows color (decimal): -3730986 or 14029255. OLE color: 14029255.
HSL color Cylindrical-coordinate representation of color #C711D6: hue angle of 295.43º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C711D6 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 17 | 214 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.16 |
| HSL | 295.43º | 0.85% | 0.45% | - |
| HSV(B) | 295.43º | 0.92% | 0.84% | - |
| XYZ | 35.89 | 17.4 | 65.08 | - |
| YUV | 93.88 | 195.8 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 214 | 0.07 | 0.92 | 0 | 0.16 | 295.43 | 0.85 | 0.45 |
| Hex | C7 | 11 | D6 | 7 | 5C | 0 | 10 | 127 | 55 | 2D |
| Octal | 307 | 21 | 326 | 7 | 134 | 0 | 20 | 447 | 125 | 55 |
| Binary | 11000111 | 10001 | 11010110 | 111 | 1011100 | 0 | 10000 | 100100111 | 1010101 | 101101 |
Color Harmonies of #C711D6
Complementary color
Monochromatic Colors of #C711D6
Black with #C711D6
Text Example
Text Example
White with #C711D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711D6; }
p { color: rgb(199,17,214); }
H1.HeaderClassName
{
color: #C711D6;
}
.AnyTagClassName
{
color: #C711D6;
}
</style>
background-color css
<style>
a { background-color: #C711D6; }
a { background-color: rgb(199,17,214); }
div.DivClassName
{
background-color: #C711D6;
}
.BgClassName
{
background-color: #C711D6;
}
</style>
border-color css
<style>
span { border-color: #C711D6; }
span { border-color: rgb(199,17,214); }
td.TdClassName
{
border-color: #C711D6;
}
.TagClassName
{
border-color: #C711D6;
}
</style>