Shades of Deep Magenta #C11DBD
Tints of Deep Magenta #C11DBD
RGB
CMYK
RGB Variations
Color information
#C11DBD (or 0xC11DBD) is known color: Deep Magenta. HEX triplet: C1, 1D and BD. RGB value is (193,29,189). Sum of RGB (Red+Green+Blue) = 193+29+189=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C11DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11DBD is #3EE242. Grayscale: #5F5F5F. Windows color (decimal): -4121155 or 12393921. OLE color: 12393921.
HSL color Cylindrical-coordinate representation of color #C11DBD: hue angle of 301.46º 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 #C11DBD is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 29 | 189 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.24 |
| HSL | 301.46º | 0.74% | 0.44% | - |
| HSV(B) | 301.46º | 0.85% | 0.76% | - |
| XYZ | 31.62 | 15.89 | 49.54 | - |
| YUV | 96.28 | 180.33 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 189 | 0 | 0.85 | 0.02 | 0.24 | 301.46 | 0.74 | 0.44 |
| Hex | C1 | 1D | BD | 0 | 55 | 2 | 18 | 12D | 4A | 2C |
| Octal | 301 | 35 | 275 | 0 | 125 | 2 | 30 | 455 | 112 | 54 |
| Binary | 11000001 | 11101 | 10111101 | 0 | 1010101 | 10 | 11000 | 100101101 | 1001010 | 101100 |
Color Harmonies of #C11DBD
Complementary color
Monochromatic Colors of #C11DBD
Black with #C11DBD
Text Example
Text Example
White with #C11DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DBD; }
p { color: rgb(193,29,189); }
H1.HeaderClassName
{
color: #C11DBD;
}
.AnyTagClassName
{
color: #C11DBD;
}
</style>
background-color css
<style>
a { background-color: #C11DBD; }
a { background-color: rgb(193,29,189); }
div.DivClassName
{
background-color: #C11DBD;
}
.BgClassName
{
background-color: #C11DBD;
}
</style>
border-color css
<style>
span { border-color: #C11DBD; }
span { border-color: rgb(193,29,189); }
td.TdClassName
{
border-color: #C11DBD;
}
.TagClassName
{
border-color: #C11DBD;
}
</style>