Shades of Medium Violet Red #C118AB
Tints of Medium Violet Red #C118AB
RGB
CMYK
RGB Variations
Color information
#C118AB (or 0xC118AB) is known color: Medium Violet Red. HEX triplet: C1, 18 and AB. RGB value is (193,24,171). Sum of RGB (Red+Green+Blue) = 193+24+171=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C118AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C118AB is #3EE754. Grayscale: #5A5A5A. Windows color (decimal): -4122453 or 11212993. OLE color: 11212993.
HSL color Cylindrical-coordinate representation of color #C118AB: hue angle of 307.81º 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 #C118AB is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 171 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.24 |
| HSL | 307.81º | 0.78% | 0.43% | - |
| HSV(B) | 307.81º | 0.88% | 0.76% | - |
| XYZ | 29.67 | 14.93 | 39.85 | - |
| YUV | 91.29 | 172.99 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 171 | 0 | 0.88 | 0.11 | 0.24 | 307.81 | 0.78 | 0.43 |
| Hex | C1 | 18 | AB | 0 | 58 | B | 18 | 134 | 4E | 2B |
| Octal | 301 | 30 | 253 | 0 | 130 | 13 | 30 | 464 | 116 | 53 |
| Binary | 11000001 | 11000 | 10101011 | 0 | 1011000 | 1011 | 11000 | 100110100 | 1001110 | 101011 |
Color Harmonies of #C118AB
Complementary color
Monochromatic Colors of #C118AB
Black with #C118AB
Text Example
Text Example
White with #C118AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C118AB; }
p { color: rgb(193,24,171); }
H1.HeaderClassName
{
color: #C118AB;
}
.AnyTagClassName
{
color: #C118AB;
}
</style>
background-color css
<style>
a { background-color: #C118AB; }
a { background-color: rgb(193,24,171); }
div.DivClassName
{
background-color: #C118AB;
}
.BgClassName
{
background-color: #C118AB;
}
</style>
border-color css
<style>
span { border-color: #C118AB; }
span { border-color: rgb(193,24,171); }
td.TdClassName
{
border-color: #C118AB;
}
.TagClassName
{
border-color: #C118AB;
}
</style>