Shades of Deep Magenta #C118AC
Tints of Deep Magenta #C118AC
RGB
CMYK
RGB Variations
Color information
#C118AC (or 0xC118AC) is known color: Deep Magenta. HEX triplet: C1, 18 and AC. RGB value is (193,24,172). Sum of RGB (Red+Green+Blue) = 193+24+172=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C118AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C118AC is #3EE753. Grayscale: #5A5A5A. Windows color (decimal): -4122452 or 11278529. OLE color: 11278529.
HSL color Cylindrical-coordinate representation of color #C118AC: hue angle of 307.46º 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 #C118AC is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 172 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.24 |
| HSL | 307.46º | 0.78% | 0.43% | - |
| HSV(B) | 307.46º | 0.88% | 0.76% | - |
| XYZ | 29.77 | 14.97 | 40.35 | - |
| YUV | 91.4 | 173.49 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 172 | 0 | 0.88 | 0.11 | 0.24 | 307.46 | 0.78 | 0.43 |
| Hex | C1 | 18 | AC | 0 | 58 | B | 18 | 133 | 4E | 2B |
| Octal | 301 | 30 | 254 | 0 | 130 | 13 | 30 | 463 | 116 | 53 |
| Binary | 11000001 | 11000 | 10101100 | 0 | 1011000 | 1011 | 11000 | 100110011 | 1001110 | 101011 |
Color Harmonies of #C118AC
Complementary color
Monochromatic Colors of #C118AC
Black with #C118AC
Text Example
Text Example
White with #C118AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C118AC; }
p { color: rgb(193,24,172); }
H1.HeaderClassName
{
color: #C118AC;
}
.AnyTagClassName
{
color: #C118AC;
}
</style>
background-color css
<style>
a { background-color: #C118AC; }
a { background-color: rgb(193,24,172); }
div.DivClassName
{
background-color: #C118AC;
}
.BgClassName
{
background-color: #C118AC;
}
</style>
border-color css
<style>
span { border-color: #C118AC; }
span { border-color: rgb(193,24,172); }
td.TdClassName
{
border-color: #C118AC;
}
.TagClassName
{
border-color: #C118AC;
}
</style>