Shades of Deep Magenta #C11DCD
Tints of Deep Magenta #C11DCD
RGB
CMYK
RGB Variations
Color information
#C11DCD (or 0xC11DCD) is known color: Deep Magenta. HEX triplet: C1, 1D and CD. RGB value is (193,29,205). Sum of RGB (Red+Green+Blue) = 193+29+205=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #C11DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11DCD is #3EE232. Grayscale: #616161. Windows color (decimal): -4121139 or 13442497. OLE color: 13442497.
HSL color Cylindrical-coordinate representation of color #C11DCD: hue angle of 295.91º 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 #C11DCD is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 29 | 205 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.20 |
| HSL | 295.91º | 0.75% | 0.46% | - |
| HSV(B) | 295.91º | 0.86% | 0.8% | - |
| XYZ | 33.45 | 16.62 | 59.2 | - |
| YUV | 98.1 | 188.33 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 205 | 0.06 | 0.86 | 0 | 0.20 | 295.91 | 0.75 | 0.46 |
| Hex | C1 | 1D | CD | 6 | 56 | 0 | 14 | 128 | 4B | 2E |
| Octal | 301 | 35 | 315 | 6 | 126 | 0 | 24 | 450 | 113 | 56 |
| Binary | 11000001 | 11101 | 11001101 | 110 | 1010110 | 0 | 10100 | 100101000 | 1001011 | 101110 |
Color Harmonies of #C11DCD
Complementary color
Monochromatic Colors of #C11DCD
Black with #C11DCD
Text Example
Text Example
White with #C11DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DCD; }
p { color: rgb(193,29,205); }
H1.HeaderClassName
{
color: #C11DCD;
}
.AnyTagClassName
{
color: #C11DCD;
}
</style>
background-color css
<style>
a { background-color: #C11DCD; }
a { background-color: rgb(193,29,205); }
div.DivClassName
{
background-color: #C11DCD;
}
.BgClassName
{
background-color: #C11DCD;
}
</style>
border-color css
<style>
span { border-color: #C11DCD; }
span { border-color: rgb(193,29,205); }
td.TdClassName
{
border-color: #C11DCD;
}
.TagClassName
{
border-color: #C11DCD;
}
</style>