Shades of Deep Magenta #C111CD
Tints of Deep Magenta #C111CD
RGB
CMYK
RGB Variations
Color information
#C111CD (or 0xC111CD) is known color: Deep Magenta. HEX triplet: C1, 11 and CD. RGB value is (193,17,205). Sum of RGB (Red+Green+Blue) = 193+17+205=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #C111CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C111CD is #3EEE32. Grayscale: #5A5A5A. Windows color (decimal): -4124211 or 13439425. OLE color: 13439425.
HSL color Cylindrical-coordinate representation of color #C111CD: hue angle of 296.17º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C111CD is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 17 | 205 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.20 |
| HSL | 296.17º | 0.85% | 0.44% | - |
| HSV(B) | 296.17º | 0.92% | 0.8% | - |
| XYZ | 33.21 | 16.15 | 59.12 | - |
| YUV | 91.06 | 192.31 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 205 | 0.06 | 0.92 | 0 | 0.20 | 296.17 | 0.85 | 0.44 |
| Hex | C1 | 11 | CD | 6 | 5C | 0 | 14 | 128 | 55 | 2C |
| Octal | 301 | 21 | 315 | 6 | 134 | 0 | 24 | 450 | 125 | 54 |
| Binary | 11000001 | 10001 | 11001101 | 110 | 1011100 | 0 | 10100 | 100101000 | 1010101 | 101100 |
Color Harmonies of #C111CD
Complementary color
Monochromatic Colors of #C111CD
Black with #C111CD
Text Example
Text Example
White with #C111CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111CD; }
p { color: rgb(193,17,205); }
H1.HeaderClassName
{
color: #C111CD;
}
.AnyTagClassName
{
color: #C111CD;
}
</style>
background-color css
<style>
a { background-color: #C111CD; }
a { background-color: rgb(193,17,205); }
div.DivClassName
{
background-color: #C111CD;
}
.BgClassName
{
background-color: #C111CD;
}
</style>
border-color css
<style>
span { border-color: #C111CD; }
span { border-color: rgb(193,17,205); }
td.TdClassName
{
border-color: #C111CD;
}
.TagClassName
{
border-color: #C111CD;
}
</style>