Shades of Deep Magenta #C11DE2
Tints of Deep Magenta #C11DE2
RGB
CMYK
RGB Variations
Color information
#C11DE2 (or 0xC11DE2) is known color: Deep Magenta. HEX triplet: C1, 1D and E2. RGB value is (193,29,226). Sum of RGB (Red+Green+Blue) = 193+29+226=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 226 (88.67% from 255 or 50.45% from 448); Max value from RGB is 226 - color contains mainly: blue. Hex color #C11DE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11DE2 is #3EE21D. Grayscale: #636363. Windows color (decimal): -4121118 or 14818753. OLE color: 14818753.
HSL color Cylindrical-coordinate representation of color #C11DE2: hue angle of 289.95º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11DE2 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 29 | 226 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.11 |
| HSL | 289.95º | 0.77% | 0.5% | - |
| HSV(B) | 289.95º | 0.87% | 0.89% | - |
| XYZ | 36.16 | 17.71 | 73.46 | - |
| YUV | 100.49 | 198.83 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 226 | 0.15 | 0.87 | 0 | 0.11 | 289.95 | 0.77 | 0.5 |
| Hex | C1 | 1D | E2 | F | 57 | 0 | B | 122 | 4D | 32 |
| Octal | 301 | 35 | 342 | 17 | 127 | 0 | 13 | 442 | 115 | 62 |
| Binary | 11000001 | 11101 | 11100010 | 1111 | 1010111 | 0 | 1011 | 100100010 | 1001101 | 110010 |
Color Harmonies of #C11DE2
Complementary color
Monochromatic Colors of #C11DE2
Black with #C11DE2
Text Example
Text Example
White with #C11DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DE2; }
p { color: rgb(193,29,226); }
H1.HeaderClassName
{
color: #C11DE2;
}
.AnyTagClassName
{
color: #C11DE2;
}
</style>
background-color css
<style>
a { background-color: #C11DE2; }
a { background-color: rgb(193,29,226); }
div.DivClassName
{
background-color: #C11DE2;
}
.BgClassName
{
background-color: #C11DE2;
}
</style>
border-color css
<style>
span { border-color: #C11DE2; }
span { border-color: rgb(193,29,226); }
td.TdClassName
{
border-color: #C11DE2;
}
.TagClassName
{
border-color: #C11DE2;
}
</style>