Shades of Deep Magenta #C111DB
Tints of Deep Magenta #C111DB
RGB
CMYK
RGB Variations
Color information
#C111DB (or 0xC111DB) is known color: Deep Magenta. HEX triplet: C1, 11 and DB. RGB value is (193,17,219). Sum of RGB (Red+Green+Blue) = 193+17+219=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #C111DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C111DB is #3EEE24. Grayscale: #5C5C5C. Windows color (decimal): -4124197 or 14356929. OLE color: 14356929.
HSL color Cylindrical-coordinate representation of color #C111DB: hue angle of 292.28º 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 #C111DB is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 17 | 219 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.14 |
| HSL | 292.28º | 0.86% | 0.46% | - |
| HSV(B) | 292.28º | 0.92% | 0.86% | - |
| XYZ | 34.98 | 16.85 | 68.43 | - |
| YUV | 92.65 | 199.31 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 219 | 0.12 | 0.92 | 0 | 0.14 | 292.28 | 0.86 | 0.46 |
| Hex | C1 | 11 | DB | C | 5C | 0 | E | 124 | 56 | 2E |
| Octal | 301 | 21 | 333 | 14 | 134 | 0 | 16 | 444 | 126 | 56 |
| Binary | 11000001 | 10001 | 11011011 | 1100 | 1011100 | 0 | 1110 | 100100100 | 1010110 | 101110 |
Color Harmonies of #C111DB
Complementary color
Monochromatic Colors of #C111DB
Black with #C111DB
Text Example
Text Example
White with #C111DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111DB; }
p { color: rgb(193,17,219); }
H1.HeaderClassName
{
color: #C111DB;
}
.AnyTagClassName
{
color: #C111DB;
}
</style>
background-color css
<style>
a { background-color: #C111DB; }
a { background-color: rgb(193,17,219); }
div.DivClassName
{
background-color: #C111DB;
}
.BgClassName
{
background-color: #C111DB;
}
</style>
border-color css
<style>
span { border-color: #C111DB; }
span { border-color: rgb(193,17,219); }
td.TdClassName
{
border-color: #C111DB;
}
.TagClassName
{
border-color: #C111DB;
}
</style>