Shades of Deep Magenta #C11DE1
Tints of Deep Magenta #C11DE1
RGB
CMYK
RGB Variations
Color information
#C11DE1 (or 0xC11DE1) is known color: Deep Magenta. HEX triplet: C1, 1D and E1. RGB value is (193,29,225). Sum of RGB (Red+Green+Blue) = 193+29+225=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 29 (11.72% from 255 or 6.49% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #C11DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11DE1 is #3EE21E. Grayscale: #636363. Windows color (decimal): -4121119 or 14753217. OLE color: 14753217.
HSL color Cylindrical-coordinate representation of color #C11DE1: hue angle of 290.2º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11DE1 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 29 | 225 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.12 |
| HSL | 290.2º | 0.77% | 0.5% | - |
| HSV(B) | 290.2º | 0.87% | 0.88% | - |
| XYZ | 36.02 | 17.65 | 72.74 | - |
| YUV | 100.38 | 198.33 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 225 | 0.14 | 0.87 | 0 | 0.12 | 290.2 | 0.77 | 0.5 |
| Hex | C1 | 1D | E1 | E | 57 | 0 | C | 122 | 4D | 32 |
| Octal | 301 | 35 | 341 | 16 | 127 | 0 | 14 | 442 | 115 | 62 |
| Binary | 11000001 | 11101 | 11100001 | 1110 | 1010111 | 0 | 1100 | 100100010 | 1001101 | 110010 |
Color Harmonies of #C11DE1
Complementary color
Monochromatic Colors of #C11DE1
Black with #C11DE1
Text Example
Text Example
White with #C11DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DE1; }
p { color: rgb(193,29,225); }
H1.HeaderClassName
{
color: #C11DE1;
}
.AnyTagClassName
{
color: #C11DE1;
}
</style>
background-color css
<style>
a { background-color: #C11DE1; }
a { background-color: rgb(193,29,225); }
div.DivClassName
{
background-color: #C11DE1;
}
.BgClassName
{
background-color: #C11DE1;
}
</style>
border-color css
<style>
span { border-color: #C11DE1; }
span { border-color: rgb(193,29,225); }
td.TdClassName
{
border-color: #C11DE1;
}
.TagClassName
{
border-color: #C11DE1;
}
</style>