Shades of Deep Magenta #C11DBC
Tints of Deep Magenta #C11DBC
RGB
CMYK
RGB Variations
Color information
#C11DBC (or 0xC11DBC) is known color: Deep Magenta. HEX triplet: C1, 1D and BC. RGB value is (193,29,188). Sum of RGB (Red+Green+Blue) = 193+29+188=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C11DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11DBC is #3EE243. Grayscale: #5F5F5F. Windows color (decimal): -4121156 or 12328385. OLE color: 12328385.
HSL color Cylindrical-coordinate representation of color #C11DBC: hue angle of 301.83º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11DBC is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 29 | 188 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.24 |
| HSL | 301.83º | 0.74% | 0.44% | - |
| HSV(B) | 301.83º | 0.85% | 0.76% | - |
| XYZ | 31.51 | 15.85 | 48.98 | - |
| YUV | 96.16 | 179.83 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 188 | 0 | 0.85 | 0.03 | 0.24 | 301.83 | 0.74 | 0.44 |
| Hex | C1 | 1D | BC | 0 | 55 | 3 | 18 | 12E | 4A | 2C |
| Octal | 301 | 35 | 274 | 0 | 125 | 3 | 30 | 456 | 112 | 54 |
| Binary | 11000001 | 11101 | 10111100 | 0 | 1010101 | 11 | 11000 | 100101110 | 1001010 | 101100 |
Color Harmonies of #C11DBC
Complementary color
Monochromatic Colors of #C11DBC
Black with #C11DBC
Text Example
Text Example
White with #C11DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DBC; }
p { color: rgb(193,29,188); }
H1.HeaderClassName
{
color: #C11DBC;
}
.AnyTagClassName
{
color: #C11DBC;
}
</style>
background-color css
<style>
a { background-color: #C11DBC; }
a { background-color: rgb(193,29,188); }
div.DivClassName
{
background-color: #C11DBC;
}
.BgClassName
{
background-color: #C11DBC;
}
</style>
border-color css
<style>
span { border-color: #C11DBC; }
span { border-color: rgb(193,29,188); }
td.TdClassName
{
border-color: #C11DBC;
}
.TagClassName
{
border-color: #C11DBC;
}
</style>