Shades of Deep Magenta #C119AC
Tints of Deep Magenta #C119AC
RGB
CMYK
RGB Variations
Color information
#C119AC (or 0xC119AC) is known color: Deep Magenta. HEX triplet: C1, 19 and AC. RGB value is (193,25,172). Sum of RGB (Red+Green+Blue) = 193+25+172=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C119AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C119AC is #3EE653. Grayscale: #5B5B5B. Windows color (decimal): -4122196 or 11278785. OLE color: 11278785.
HSL color Cylindrical-coordinate representation of color #C119AC: hue angle of 307.5º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C119AC is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 172 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.24 |
| HSL | 307.5º | 0.77% | 0.43% | - |
| HSV(B) | 307.5º | 0.87% | 0.76% | - |
| XYZ | 29.79 | 15.01 | 40.36 | - |
| YUV | 91.99 | 173.16 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 172 | 0 | 0.87 | 0.11 | 0.24 | 307.5 | 0.77 | 0.43 |
| Hex | C1 | 19 | AC | 0 | 57 | B | 18 | 134 | 4D | 2B |
| Octal | 301 | 31 | 254 | 0 | 127 | 13 | 30 | 464 | 115 | 53 |
| Binary | 11000001 | 11001 | 10101100 | 0 | 1010111 | 1011 | 11000 | 100110100 | 1001101 | 101011 |
Color Harmonies of #C119AC
Complementary color
Monochromatic Colors of #C119AC
Black with #C119AC
Text Example
Text Example
White with #C119AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119AC; }
p { color: rgb(193,25,172); }
H1.HeaderClassName
{
color: #C119AC;
}
.AnyTagClassName
{
color: #C119AC;
}
</style>
background-color css
<style>
a { background-color: #C119AC; }
a { background-color: rgb(193,25,172); }
div.DivClassName
{
background-color: #C119AC;
}
.BgClassName
{
background-color: #C119AC;
}
</style>
border-color css
<style>
span { border-color: #C119AC; }
span { border-color: rgb(193,25,172); }
td.TdClassName
{
border-color: #C119AC;
}
.TagClassName
{
border-color: #C119AC;
}
</style>