Shades of Deep Magenta #C611DB
Tints of Deep Magenta #C611DB
RGB
CMYK
RGB Variations
Color information
#C611DB (or 0xC611DB) is known color: Deep Magenta. HEX triplet: C6, 11 and DB. RGB value is (198,17,219). Sum of RGB (Red+Green+Blue) = 198+17+219=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #C611DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C611DB is #39EE24. Grayscale: #5D5D5D. Windows color (decimal): -3796517 or 14356934. OLE color: 14356934.
HSL color Cylindrical-coordinate representation of color #C611DB: hue angle of 293.76º 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 #C611DB is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 17 | 219 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.14 |
| HSL | 293.76º | 0.86% | 0.46% | - |
| HSV(B) | 293.76º | 0.92% | 0.86% | - |
| XYZ | 36.28 | 17.52 | 68.49 | - |
| YUV | 94.15 | 198.47 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 219 | 0.10 | 0.92 | 0 | 0.14 | 293.76 | 0.86 | 0.46 |
| Hex | C6 | 11 | DB | A | 5C | 0 | E | 126 | 56 | 2E |
| Octal | 306 | 21 | 333 | 12 | 134 | 0 | 16 | 446 | 126 | 56 |
| Binary | 11000110 | 10001 | 11011011 | 1010 | 1011100 | 0 | 1110 | 100100110 | 1010110 | 101110 |
Color Harmonies of #C611DB
Complementary color
Monochromatic Colors of #C611DB
Black with #C611DB
Text Example
Text Example
White with #C611DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C611DB; }
p { color: rgb(198,17,219); }
H1.HeaderClassName
{
color: #C611DB;
}
.AnyTagClassName
{
color: #C611DB;
}
</style>
background-color css
<style>
a { background-color: #C611DB; }
a { background-color: rgb(198,17,219); }
div.DivClassName
{
background-color: #C611DB;
}
.BgClassName
{
background-color: #C611DB;
}
</style>
border-color css
<style>
span { border-color: #C611DB; }
span { border-color: rgb(198,17,219); }
td.TdClassName
{
border-color: #C611DB;
}
.TagClassName
{
border-color: #C611DB;
}
</style>