Shades of Deep Magenta #C11DBB
Tints of Deep Magenta #C11DBB
RGB
CMYK
RGB Variations
Color information
#C11DBB (or 0xC11DBB) is known color: Deep Magenta. HEX triplet: C1, 1D and BB. RGB value is (193,29,187). Sum of RGB (Red+Green+Blue) = 193+29+187=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C11DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11DBB is #3EE244. Grayscale: #5F5F5F. Windows color (decimal): -4121157 or 12262849. OLE color: 12262849.
HSL color Cylindrical-coordinate representation of color #C11DBB: hue angle of 302.2º 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 #C11DBB is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 29 | 187 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.24 |
| HSL | 302.2º | 0.74% | 0.44% | - |
| HSV(B) | 302.2º | 0.85% | 0.76% | - |
| XYZ | 31.4 | 15.8 | 48.41 | - |
| YUV | 96.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 187 | 0 | 0.85 | 0.03 | 0.24 | 302.2 | 0.74 | 0.44 |
| Hex | C1 | 1D | BB | 0 | 55 | 3 | 18 | 12E | 4A | 2C |
| Octal | 301 | 35 | 273 | 0 | 125 | 3 | 30 | 456 | 112 | 54 |
| Binary | 11000001 | 11101 | 10111011 | 0 | 1010101 | 11 | 11000 | 100101110 | 1001010 | 101100 |
Color Harmonies of #C11DBB
Complementary color
Monochromatic Colors of #C11DBB
Black with #C11DBB
Text Example
Text Example
White with #C11DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DBB; }
p { color: rgb(193,29,187); }
H1.HeaderClassName
{
color: #C11DBB;
}
.AnyTagClassName
{
color: #C11DBB;
}
</style>
background-color css
<style>
a { background-color: #C11DBB; }
a { background-color: rgb(193,29,187); }
div.DivClassName
{
background-color: #C11DBB;
}
.BgClassName
{
background-color: #C11DBB;
}
</style>
border-color css
<style>
span { border-color: #C11DBB; }
span { border-color: rgb(193,29,187); }
td.TdClassName
{
border-color: #C11DBB;
}
.TagClassName
{
border-color: #C11DBB;
}
</style>