Shades of Deep Magenta #C118AE
Tints of Deep Magenta #C118AE
RGB
CMYK
RGB Variations
Color information
#C118AE (or 0xC118AE) is known color: Deep Magenta. HEX triplet: C1, 18 and AE. RGB value is (193,24,174). Sum of RGB (Red+Green+Blue) = 193+24+174=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C118AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C118AE is #3EE751. Grayscale: #5B5B5B. Windows color (decimal): -4122450 or 11409601. OLE color: 11409601.
HSL color Cylindrical-coordinate representation of color #C118AE: hue angle of 306.75º 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 #C118AE is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 174 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.24 |
| HSL | 306.75º | 0.78% | 0.43% | - |
| HSV(B) | 306.75º | 0.88% | 0.76% | - |
| XYZ | 29.96 | 15.05 | 41.37 | - |
| YUV | 91.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 174 | 0 | 0.88 | 0.10 | 0.24 | 306.75 | 0.78 | 0.43 |
| Hex | C1 | 18 | AE | 0 | 58 | A | 18 | 133 | 4E | 2B |
| Octal | 301 | 30 | 256 | 0 | 130 | 12 | 30 | 463 | 116 | 53 |
| Binary | 11000001 | 11000 | 10101110 | 0 | 1011000 | 1010 | 11000 | 100110011 | 1001110 | 101011 |
Color Harmonies of #C118AE
Complementary color
Monochromatic Colors of #C118AE
Black with #C118AE
Text Example
Text Example
White with #C118AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C118AE; }
p { color: rgb(193,24,174); }
H1.HeaderClassName
{
color: #C118AE;
}
.AnyTagClassName
{
color: #C118AE;
}
</style>
background-color css
<style>
a { background-color: #C118AE; }
a { background-color: rgb(193,24,174); }
div.DivClassName
{
background-color: #C118AE;
}
.BgClassName
{
background-color: #C118AE;
}
</style>
border-color css
<style>
span { border-color: #C118AE; }
span { border-color: rgb(193,24,174); }
td.TdClassName
{
border-color: #C118AE;
}
.TagClassName
{
border-color: #C118AE;
}
</style>