Shades of Deep Magenta #C711DD
Tints of Deep Magenta #C711DD
RGB
CMYK
RGB Variations
Color information
#C711DD (or 0xC711DD) is known color: Deep Magenta. HEX triplet: C7, 11 and DD. RGB value is (199,17,221). Sum of RGB (Red+Green+Blue) = 199+17+221=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #C711DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711DD is #38EE22. Grayscale: #5E5E5E. Windows color (decimal): -3730979 or 14488007. OLE color: 14488007.
HSL color Cylindrical-coordinate representation of color #C711DD: hue angle of 293.53º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C711DD is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 17 | 221 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.13 |
| HSL | 293.53º | 0.86% | 0.47% | - |
| HSV(B) | 293.53º | 0.92% | 0.87% | - |
| XYZ | 36.8 | 17.76 | 69.9 | - |
| YUV | 94.67 | 199.3 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 221 | 0.10 | 0.92 | 0 | 0.13 | 293.53 | 0.86 | 0.47 |
| Hex | C7 | 11 | DD | A | 5C | 0 | D | 126 | 56 | 2F |
| Octal | 307 | 21 | 335 | 12 | 134 | 0 | 15 | 446 | 126 | 57 |
| Binary | 11000111 | 10001 | 11011101 | 1010 | 1011100 | 0 | 1101 | 100100110 | 1010110 | 101111 |
Color Harmonies of #C711DD
Complementary color
Monochromatic Colors of #C711DD
Black with #C711DD
Text Example
Text Example
White with #C711DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711DD; }
p { color: rgb(199,17,221); }
H1.HeaderClassName
{
color: #C711DD;
}
.AnyTagClassName
{
color: #C711DD;
}
</style>
background-color css
<style>
a { background-color: #C711DD; }
a { background-color: rgb(199,17,221); }
div.DivClassName
{
background-color: #C711DD;
}
.BgClassName
{
background-color: #C711DD;
}
</style>
border-color css
<style>
span { border-color: #C711DD; }
span { border-color: rgb(199,17,221); }
td.TdClassName
{
border-color: #C711DD;
}
.TagClassName
{
border-color: #C711DD;
}
</style>