Shades of Deep Magenta #C711DB
Tints of Deep Magenta #C711DB
RGB
CMYK
RGB Variations
Color information
#C711DB (or 0xC711DB) is known color: Deep Magenta. HEX triplet: C7, 11 and DB. RGB value is (199,17,219). Sum of RGB (Red+Green+Blue) = 199+17+219=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #C711DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711DB is #38EE24. Grayscale: #5D5D5D. Windows color (decimal): -3730981 or 14356935. OLE color: 14356935.
HSL color Cylindrical-coordinate representation of color #C711DB: hue angle of 294.06º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C711DB is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 17 | 219 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.14 |
| HSL | 294.06º | 0.86% | 0.46% | - |
| HSV(B) | 294.06º | 0.92% | 0.86% | - |
| XYZ | 36.54 | 17.66 | 68.5 | - |
| YUV | 94.45 | 198.3 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 219 | 0.09 | 0.92 | 0 | 0.14 | 294.06 | 0.86 | 0.46 |
| Hex | C7 | 11 | DB | 9 | 5C | 0 | E | 126 | 56 | 2E |
| Octal | 307 | 21 | 333 | 11 | 134 | 0 | 16 | 446 | 126 | 56 |
| Binary | 11000111 | 10001 | 11011011 | 1001 | 1011100 | 0 | 1110 | 100100110 | 1010110 | 101110 |
Color Harmonies of #C711DB
Complementary color
Monochromatic Colors of #C711DB
Black with #C711DB
Text Example
Text Example
White with #C711DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711DB; }
p { color: rgb(199,17,219); }
H1.HeaderClassName
{
color: #C711DB;
}
.AnyTagClassName
{
color: #C711DB;
}
</style>
background-color css
<style>
a { background-color: #C711DB; }
a { background-color: rgb(199,17,219); }
div.DivClassName
{
background-color: #C711DB;
}
.BgClassName
{
background-color: #C711DB;
}
</style>
border-color css
<style>
span { border-color: #C711DB; }
span { border-color: rgb(199,17,219); }
td.TdClassName
{
border-color: #C711DB;
}
.TagClassName
{
border-color: #C711DB;
}
</style>