Shades of Deep Magenta #C11CDC
Tints of Deep Magenta #C11CDC
RGB
CMYK
RGB Variations
Color information
#C11CDC (or 0xC11CDC) is known color: Deep Magenta. HEX triplet: C1, 1C and DC. RGB value is (193,28,220). Sum of RGB (Red+Green+Blue) = 193+28+220=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #C11CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CDC is #3EE323. Grayscale: #626262. Windows color (decimal): -4121380 or 14425281. OLE color: 14425281.
HSL color Cylindrical-coordinate representation of color #C11CDC: hue angle of 291.56º 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 #C11CDC is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 28 | 220 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.14 |
| HSL | 291.56º | 0.77% | 0.49% | - |
| HSV(B) | 291.56º | 0.87% | 0.86% | - |
| XYZ | 35.33 | 17.34 | 69.19 | - |
| YUV | 99.22 | 196.16 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 28 | 220 | 0.12 | 0.87 | 0 | 0.14 | 291.56 | 0.77 | 0.49 |
| Hex | C1 | 1C | DC | C | 57 | 0 | E | 124 | 4D | 31 |
| Octal | 301 | 34 | 334 | 14 | 127 | 0 | 16 | 444 | 115 | 61 |
| Binary | 11000001 | 11100 | 11011100 | 1100 | 1010111 | 0 | 1110 | 100100100 | 1001101 | 110001 |
Color Harmonies of #C11CDC
Complementary color
Monochromatic Colors of #C11CDC
Black with #C11CDC
Text Example
Text Example
White with #C11CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11CDC; }
p { color: rgb(193,28,220); }
H1.HeaderClassName
{
color: #C11CDC;
}
.AnyTagClassName
{
color: #C11CDC;
}
</style>
background-color css
<style>
a { background-color: #C11CDC; }
a { background-color: rgb(193,28,220); }
div.DivClassName
{
background-color: #C11CDC;
}
.BgClassName
{
background-color: #C11CDC;
}
</style>
border-color css
<style>
span { border-color: #C11CDC; }
span { border-color: rgb(193,28,220); }
td.TdClassName
{
border-color: #C11CDC;
}
.TagClassName
{
border-color: #C11CDC;
}
</style>