Shades of Deep Magenta #C11DCE
Tints of Deep Magenta #C11DCE
RGB
CMYK
RGB Variations
Color information
#C11DCE (or 0xC11DCE) is known color: Deep Magenta. HEX triplet: C1, 1D and CE. RGB value is (193,29,206). Sum of RGB (Red+Green+Blue) = 193+29+206=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #C11DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11DCE is #3EE231. Grayscale: #616161. Windows color (decimal): -4121138 or 13508033. OLE color: 13508033.
HSL color Cylindrical-coordinate representation of color #C11DCE: hue angle of 295.59º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11DCE is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 29 | 206 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.19 |
| HSL | 295.59º | 0.75% | 0.46% | - |
| HSV(B) | 295.59º | 0.86% | 0.81% | - |
| XYZ | 33.57 | 16.67 | 59.84 | - |
| YUV | 98.21 | 188.83 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 206 | 0.06 | 0.86 | 0 | 0.19 | 295.59 | 0.75 | 0.46 |
| Hex | C1 | 1D | CE | 6 | 56 | 0 | 13 | 128 | 4B | 2E |
| Octal | 301 | 35 | 316 | 6 | 126 | 0 | 23 | 450 | 113 | 56 |
| Binary | 11000001 | 11101 | 11001110 | 110 | 1010110 | 0 | 10011 | 100101000 | 1001011 | 101110 |
Color Harmonies of #C11DCE
Complementary color
Monochromatic Colors of #C11DCE
Black with #C11DCE
Text Example
Text Example
White with #C11DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DCE; }
p { color: rgb(193,29,206); }
H1.HeaderClassName
{
color: #C11DCE;
}
.AnyTagClassName
{
color: #C11DCE;
}
</style>
background-color css
<style>
a { background-color: #C11DCE; }
a { background-color: rgb(193,29,206); }
div.DivClassName
{
background-color: #C11DCE;
}
.BgClassName
{
background-color: #C11DCE;
}
</style>
border-color css
<style>
span { border-color: #C11DCE; }
span { border-color: rgb(193,29,206); }
td.TdClassName
{
border-color: #C11DCE;
}
.TagClassName
{
border-color: #C11DCE;
}
</style>