Shades of Deep Magenta #C11CDE
Tints of Deep Magenta #C11CDE
RGB
CMYK
RGB Variations
Color information
#C11CDE (or 0xC11CDE) is known color: Deep Magenta. HEX triplet: C1, 1C and DE. RGB value is (193,28,222). Sum of RGB (Red+Green+Blue) = 193+28+222=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #C11CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CDE is #3EE321. Grayscale: #626262. Windows color (decimal): -4121378 or 14556353. OLE color: 14556353.
HSL color Cylindrical-coordinate representation of color #C11CDE: hue angle of 291.03º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11CDE is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 28 | 222 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.13 |
| HSL | 291.03º | 0.78% | 0.49% | - |
| HSV(B) | 291.03º | 0.87% | 0.87% | - |
| XYZ | 35.59 | 17.44 | 70.6 | - |
| YUV | 99.45 | 197.16 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 28 | 222 | 0.13 | 0.87 | 0 | 0.13 | 291.03 | 0.78 | 0.49 |
| Hex | C1 | 1C | DE | D | 57 | 0 | D | 123 | 4E | 31 |
| Octal | 301 | 34 | 336 | 15 | 127 | 0 | 15 | 443 | 116 | 61 |
| Binary | 11000001 | 11100 | 11011110 | 1101 | 1010111 | 0 | 1101 | 100100011 | 1001110 | 110001 |
Color Harmonies of #C11CDE
Complementary color
Monochromatic Colors of #C11CDE
Black with #C11CDE
Text Example
Text Example
White with #C11CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11CDE; }
p { color: rgb(193,28,222); }
H1.HeaderClassName
{
color: #C11CDE;
}
.AnyTagClassName
{
color: #C11CDE;
}
</style>
background-color css
<style>
a { background-color: #C11CDE; }
a { background-color: rgb(193,28,222); }
div.DivClassName
{
background-color: #C11CDE;
}
.BgClassName
{
background-color: #C11CDE;
}
</style>
border-color css
<style>
span { border-color: #C11CDE; }
span { border-color: rgb(193,28,222); }
td.TdClassName
{
border-color: #C11CDE;
}
.TagClassName
{
border-color: #C11CDE;
}
</style>