Shades of Medium Violet Red #C119A8
Tints of Medium Violet Red #C119A8
RGB
CMYK
RGB Variations
Color information
#C119A8 (or 0xC119A8) is known color: Medium Violet Red. HEX triplet: C1, 19 and A8. RGB value is (193,25,168). Sum of RGB (Red+Green+Blue) = 193+25+168=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C119A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C119A8 is #3EE657. Grayscale: #5B5B5B. Windows color (decimal): -4122200 or 11016641. OLE color: 11016641.
HSL color Cylindrical-coordinate representation of color #C119A8: hue angle of 308.93º 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 #C119A8 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 168 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.24 |
| HSL | 308.93º | 0.77% | 0.43% | - |
| HSV(B) | 308.93º | 0.87% | 0.76% | - |
| XYZ | 29.41 | 14.86 | 38.36 | - |
| YUV | 91.53 | 171.16 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 168 | 0 | 0.87 | 0.13 | 0.24 | 308.93 | 0.77 | 0.43 |
| Hex | C1 | 19 | A8 | 0 | 57 | D | 18 | 135 | 4D | 2B |
| Octal | 301 | 31 | 250 | 0 | 127 | 15 | 30 | 465 | 115 | 53 |
| Binary | 11000001 | 11001 | 10101000 | 0 | 1010111 | 1101 | 11000 | 100110101 | 1001101 | 101011 |
Color Harmonies of #C119A8
Complementary color
Monochromatic Colors of #C119A8
Black with #C119A8
Text Example
Text Example
White with #C119A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119A8; }
p { color: rgb(193,25,168); }
H1.HeaderClassName
{
color: #C119A8;
}
.AnyTagClassName
{
color: #C119A8;
}
</style>
background-color css
<style>
a { background-color: #C119A8; }
a { background-color: rgb(193,25,168); }
div.DivClassName
{
background-color: #C119A8;
}
.BgClassName
{
background-color: #C119A8;
}
</style>
border-color css
<style>
span { border-color: #C119A8; }
span { border-color: rgb(193,25,168); }
td.TdClassName
{
border-color: #C119A8;
}
.TagClassName
{
border-color: #C119A8;
}
</style>