Shades of Deep Magenta #C11DD0
Tints of Deep Magenta #C11DD0
RGB
CMYK
RGB Variations
Color information
#C11DD0 (or 0xC11DD0) is known color: Deep Magenta. HEX triplet: C1, 1D and D0. RGB value is (193,29,208). Sum of RGB (Red+Green+Blue) = 193+29+208=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #C11DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11DD0 is #3EE22F. Grayscale: #616161. Windows color (decimal): -4121136 or 13639105. OLE color: 13639105.
HSL color Cylindrical-coordinate representation of color #C11DD0: hue angle of 294.97º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11DD0 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 29 | 208 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.18 |
| HSL | 294.97º | 0.76% | 0.46% | - |
| HSV(B) | 294.97º | 0.86% | 0.82% | - |
| XYZ | 33.82 | 16.77 | 61.13 | - |
| YUV | 98.44 | 189.83 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 208 | 0.07 | 0.86 | 0 | 0.18 | 294.97 | 0.76 | 0.46 |
| Hex | C1 | 1D | D0 | 7 | 56 | 0 | 12 | 127 | 4C | 2E |
| Octal | 301 | 35 | 320 | 7 | 126 | 0 | 22 | 447 | 114 | 56 |
| Binary | 11000001 | 11101 | 11010000 | 111 | 1010110 | 0 | 10010 | 100100111 | 1001100 | 101110 |
Color Harmonies of #C11DD0
Complementary color
Monochromatic Colors of #C11DD0
Black with #C11DD0
Text Example
Text Example
White with #C11DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DD0; }
p { color: rgb(193,29,208); }
H1.HeaderClassName
{
color: #C11DD0;
}
.AnyTagClassName
{
color: #C11DD0;
}
</style>
background-color css
<style>
a { background-color: #C11DD0; }
a { background-color: rgb(193,29,208); }
div.DivClassName
{
background-color: #C11DD0;
}
.BgClassName
{
background-color: #C11DD0;
}
</style>
border-color css
<style>
span { border-color: #C11DD0; }
span { border-color: rgb(193,29,208); }
td.TdClassName
{
border-color: #C11DD0;
}
.TagClassName
{
border-color: #C11DD0;
}
</style>