Shades of Deep Magenta #C118B0
Tints of Deep Magenta #C118B0
RGB
CMYK
RGB Variations
Color information
#C118B0 (or 0xC118B0) is known color: Deep Magenta. HEX triplet: C1, 18 and B0. RGB value is (193,24,176). Sum of RGB (Red+Green+Blue) = 193+24+176=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 176 (69.14% from 255 or 44.78% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C118B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C118B0 is #3EE74F. Grayscale: #5B5B5B. Windows color (decimal): -4122448 or 11540673. OLE color: 11540673.
HSL color Cylindrical-coordinate representation of color #C118B0: hue angle of 306.04º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C118B0 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 176 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.24 |
| HSL | 306.04º | 0.78% | 0.43% | - |
| HSV(B) | 306.04º | 0.88% | 0.76% | - |
| XYZ | 30.16 | 15.13 | 42.4 | - |
| YUV | 91.86 | 175.49 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 176 | 0 | 0.88 | 0.09 | 0.24 | 306.04 | 0.78 | 0.43 |
| Hex | C1 | 18 | B0 | 0 | 58 | 9 | 18 | 132 | 4E | 2B |
| Octal | 301 | 30 | 260 | 0 | 130 | 11 | 30 | 462 | 116 | 53 |
| Binary | 11000001 | 11000 | 10110000 | 0 | 1011000 | 1001 | 11000 | 100110010 | 1001110 | 101011 |
Color Harmonies of #C118B0
Complementary color
Monochromatic Colors of #C118B0
Black with #C118B0
Text Example
Text Example
White with #C118B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C118B0; }
p { color: rgb(193,24,176); }
H1.HeaderClassName
{
color: #C118B0;
}
.AnyTagClassName
{
color: #C118B0;
}
</style>
background-color css
<style>
a { background-color: #C118B0; }
a { background-color: rgb(193,24,176); }
div.DivClassName
{
background-color: #C118B0;
}
.BgClassName
{
background-color: #C118B0;
}
</style>
border-color css
<style>
span { border-color: #C118B0; }
span { border-color: rgb(193,24,176); }
td.TdClassName
{
border-color: #C118B0;
}
.TagClassName
{
border-color: #C118B0;
}
</style>