Shades of Deep Magenta #C11DCC
Tints of Deep Magenta #C11DCC
RGB
CMYK
RGB Variations
Color information
#C11DCC (or 0xC11DCC) is known color: Deep Magenta. HEX triplet: C1, 1D and CC. RGB value is (193,29,204). Sum of RGB (Red+Green+Blue) = 193+29+204=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #C11DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11DCC is #3EE233. Grayscale: #616161. Windows color (decimal): -4121140 or 13376961. OLE color: 13376961.
HSL color Cylindrical-coordinate representation of color #C11DCC: hue angle of 296.23º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11DCC is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 29 | 204 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.2 |
| HSL | 296.23º | 0.75% | 0.46% | - |
| HSV(B) | 296.23º | 0.86% | 0.8% | - |
| XYZ | 33.33 | 16.58 | 58.57 | - |
| YUV | 97.99 | 187.83 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 204 | 0.05 | 0.86 | 0 | 0.2 | 296.23 | 0.75 | 0.46 |
| Hex | C1 | 1D | CC | 5 | 56 | 0 | 14 | 128 | 4B | 2E |
| Octal | 301 | 35 | 314 | 5 | 126 | 0 | 24 | 450 | 113 | 56 |
| Binary | 11000001 | 11101 | 11001100 | 101 | 1010110 | 0 | 10100 | 100101000 | 1001011 | 101110 |
Color Harmonies of #C11DCC
Complementary color
Monochromatic Colors of #C11DCC
Black with #C11DCC
Text Example
Text Example
White with #C11DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DCC; }
p { color: rgb(193,29,204); }
H1.HeaderClassName
{
color: #C11DCC;
}
.AnyTagClassName
{
color: #C11DCC;
}
</style>
background-color css
<style>
a { background-color: #C11DCC; }
a { background-color: rgb(193,29,204); }
div.DivClassName
{
background-color: #C11DCC;
}
.BgClassName
{
background-color: #C11DCC;
}
</style>
border-color css
<style>
span { border-color: #C11DCC; }
span { border-color: rgb(193,29,204); }
td.TdClassName
{
border-color: #C11DCC;
}
.TagClassName
{
border-color: #C11DCC;
}
</style>