Shades of Deep Magenta #C11DB7
Tints of Deep Magenta #C11DB7
RGB
CMYK
RGB Variations
Color information
#C11DB7 (or 0xC11DB7) is known color: Deep Magenta. HEX triplet: C1, 1D and B7. RGB value is (193,29,183). Sum of RGB (Red+Green+Blue) = 193+29+183=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C11DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11DB7 is #3EE248. Grayscale: #5F5F5F. Windows color (decimal): -4121161 or 12000705. OLE color: 12000705.
HSL color Cylindrical-coordinate representation of color #C11DB7: hue angle of 303.66º 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 #C11DB7 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 29 | 183 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.24 |
| HSL | 303.66º | 0.74% | 0.44% | - |
| HSV(B) | 303.66º | 0.85% | 0.76% | - |
| XYZ | 30.98 | 15.64 | 46.18 | - |
| YUV | 95.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 183 | 0 | 0.85 | 0.05 | 0.24 | 303.66 | 0.74 | 0.44 |
| Hex | C1 | 1D | B7 | 0 | 55 | 5 | 18 | 130 | 4A | 2C |
| Octal | 301 | 35 | 267 | 0 | 125 | 5 | 30 | 460 | 112 | 54 |
| Binary | 11000001 | 11101 | 10110111 | 0 | 1010101 | 101 | 11000 | 100110000 | 1001010 | 101100 |
Color Harmonies of #C11DB7
Complementary color
Monochromatic Colors of #C11DB7
Black with #C11DB7
Text Example
Text Example
White with #C11DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DB7; }
p { color: rgb(193,29,183); }
H1.HeaderClassName
{
color: #C11DB7;
}
.AnyTagClassName
{
color: #C11DB7;
}
</style>
background-color css
<style>
a { background-color: #C11DB7; }
a { background-color: rgb(193,29,183); }
div.DivClassName
{
background-color: #C11DB7;
}
.BgClassName
{
background-color: #C11DB7;
}
</style>
border-color css
<style>
span { border-color: #C11DB7; }
span { border-color: rgb(193,29,183); }
td.TdClassName
{
border-color: #C11DB7;
}
.TagClassName
{
border-color: #C11DB7;
}
</style>