Shades of Deep Magenta #C11DDC
Tints of Deep Magenta #C11DDC
RGB
CMYK
RGB Variations
Color information
#C11DDC (or 0xC11DDC) is known color: Deep Magenta. HEX triplet: C1, 1D and DC. RGB value is (193,29,220). Sum of RGB (Red+Green+Blue) = 193+29+220=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #C11DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11DDC is #3EE223. Grayscale: #636363. Windows color (decimal): -4121124 or 14425537. OLE color: 14425537.
HSL color Cylindrical-coordinate representation of color #C11DDC: hue angle of 291.52º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11DDC is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 29 | 220 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.14 |
| HSL | 291.52º | 0.77% | 0.49% | - |
| HSV(B) | 291.52º | 0.87% | 0.86% | - |
| XYZ | 35.35 | 17.38 | 69.2 | - |
| YUV | 99.81 | 195.83 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 220 | 0.12 | 0.87 | 0 | 0.14 | 291.52 | 0.77 | 0.49 |
| Hex | C1 | 1D | DC | C | 57 | 0 | E | 124 | 4D | 31 |
| Octal | 301 | 35 | 334 | 14 | 127 | 0 | 16 | 444 | 115 | 61 |
| Binary | 11000001 | 11101 | 11011100 | 1100 | 1010111 | 0 | 1110 | 100100100 | 1001101 | 110001 |
Color Harmonies of #C11DDC
Complementary color
Monochromatic Colors of #C11DDC
Black with #C11DDC
Text Example
Text Example
White with #C11DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DDC; }
p { color: rgb(193,29,220); }
H1.HeaderClassName
{
color: #C11DDC;
}
.AnyTagClassName
{
color: #C11DDC;
}
</style>
background-color css
<style>
a { background-color: #C11DDC; }
a { background-color: rgb(193,29,220); }
div.DivClassName
{
background-color: #C11DDC;
}
.BgClassName
{
background-color: #C11DDC;
}
</style>
border-color css
<style>
span { border-color: #C11DDC; }
span { border-color: rgb(193,29,220); }
td.TdClassName
{
border-color: #C11DDC;
}
.TagClassName
{
border-color: #C11DDC;
}
</style>