Shades of Deep Magenta #C118AD
Tints of Deep Magenta #C118AD
RGB
CMYK
RGB Variations
Color information
#C118AD (or 0xC118AD) is known color: Deep Magenta. HEX triplet: C1, 18 and AD. RGB value is (193,24,173). Sum of RGB (Red+Green+Blue) = 193+24+173=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C118AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C118AD is #3EE752. Grayscale: #5B5B5B. Windows color (decimal): -4122451 or 11344065. OLE color: 11344065.
HSL color Cylindrical-coordinate representation of color #C118AD: hue angle of 307.1º 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 #C118AD is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 173 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.24 |
| HSL | 307.1º | 0.78% | 0.43% | - |
| HSV(B) | 307.1º | 0.88% | 0.76% | - |
| XYZ | 29.86 | 15.01 | 40.86 | - |
| YUV | 91.52 | 173.99 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 173 | 0 | 0.88 | 0.10 | 0.24 | 307.1 | 0.78 | 0.43 |
| Hex | C1 | 18 | AD | 0 | 58 | A | 18 | 133 | 4E | 2B |
| Octal | 301 | 30 | 255 | 0 | 130 | 12 | 30 | 463 | 116 | 53 |
| Binary | 11000001 | 11000 | 10101101 | 0 | 1011000 | 1010 | 11000 | 100110011 | 1001110 | 101011 |
Color Harmonies of #C118AD
Complementary color
Monochromatic Colors of #C118AD
Black with #C118AD
Text Example
Text Example
White with #C118AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C118AD; }
p { color: rgb(193,24,173); }
H1.HeaderClassName
{
color: #C118AD;
}
.AnyTagClassName
{
color: #C118AD;
}
</style>
background-color css
<style>
a { background-color: #C118AD; }
a { background-color: rgb(193,24,173); }
div.DivClassName
{
background-color: #C118AD;
}
.BgClassName
{
background-color: #C118AD;
}
</style>
border-color css
<style>
span { border-color: #C118AD; }
span { border-color: rgb(193,24,173); }
td.TdClassName
{
border-color: #C118AD;
}
.TagClassName
{
border-color: #C118AD;
}
</style>