Shades of Deep Magenta #C111CB
Tints of Deep Magenta #C111CB
RGB
CMYK
RGB Variations
Color information
#C111CB (or 0xC111CB) is known color: Deep Magenta. HEX triplet: C1, 11 and CB. RGB value is (193,17,203). Sum of RGB (Red+Green+Blue) = 193+17+203=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #C111CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C111CB is #3EEE34. Grayscale: #5A5A5A. Windows color (decimal): -4124213 or 13308353. OLE color: 13308353.
HSL color Cylindrical-coordinate representation of color #C111CB: hue angle of 296.77º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C111CB is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 17 | 203 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.20 |
| HSL | 296.77º | 0.85% | 0.43% | - |
| HSV(B) | 296.77º | 0.92% | 0.8% | - |
| XYZ | 32.97 | 16.05 | 57.86 | - |
| YUV | 90.83 | 191.31 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 203 | 0.05 | 0.92 | 0 | 0.20 | 296.77 | 0.85 | 0.43 |
| Hex | C1 | 11 | CB | 5 | 5C | 0 | 14 | 129 | 55 | 2B |
| Octal | 301 | 21 | 313 | 5 | 134 | 0 | 24 | 451 | 125 | 53 |
| Binary | 11000001 | 10001 | 11001011 | 101 | 1011100 | 0 | 10100 | 100101001 | 1010101 | 101011 |
Color Harmonies of #C111CB
Complementary color
Monochromatic Colors of #C111CB
Black with #C111CB
Text Example
Text Example
White with #C111CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111CB; }
p { color: rgb(193,17,203); }
H1.HeaderClassName
{
color: #C111CB;
}
.AnyTagClassName
{
color: #C111CB;
}
</style>
background-color css
<style>
a { background-color: #C111CB; }
a { background-color: rgb(193,17,203); }
div.DivClassName
{
background-color: #C111CB;
}
.BgClassName
{
background-color: #C111CB;
}
</style>
border-color css
<style>
span { border-color: #C111CB; }
span { border-color: rgb(193,17,203); }
td.TdClassName
{
border-color: #C111CB;
}
.TagClassName
{
border-color: #C111CB;
}
</style>