Shades of Viola #C19EA9
Tints of Viola #C19EA9
RGB
CMYK
RGB Variations
Color information
#C19EA9 (or 0xC19EA9) is known color: Viola. HEX triplet: C1, 9E and A9. RGB value is (193,158,169). Sum of RGB (Red+Green+Blue) = 193+158+169=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C19EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19EA9 is #3E6156. Grayscale: #A9A9A9. Windows color (decimal): -4088151 or 11116225. OLE color: 11116225.
HSL color Cylindrical-coordinate representation of color #C19EA9: hue angle of 341.14º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C19EA9 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 158 | 169 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.24 |
| HSL | 341.14º | 0.22% | 0.69% | - |
| HSV(B) | 341.14º | 0.18% | 0.76% | - |
| XYZ | 41.38 | 38.66 | 42.82 | - |
| YUV | 169.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 169 | 0 | 0.18 | 0.12 | 0.24 | 341.14 | 0.22 | 0.69 |
| Hex | C1 | 9E | A9 | 0 | 12 | C | 18 | 155 | 16 | 45 |
| Octal | 301 | 236 | 251 | 0 | 22 | 14 | 30 | 525 | 26 | 105 |
| Binary | 11000001 | 10011110 | 10101001 | 0 | 10010 | 1100 | 11000 | 101010101 | 10110 | 1000101 |
Color Harmonies of #C19EA9
Complementary color
Monochromatic Colors of #C19EA9
Black with #C19EA9
Text Example
Text Example
White with #C19EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19EA9; }
p { color: rgb(193,158,169); }
H1.HeaderClassName
{
color: #C19EA9;
}
.AnyTagClassName
{
color: #C19EA9;
}
</style>
background-color css
<style>
a { background-color: #C19EA9; }
a { background-color: rgb(193,158,169); }
div.DivClassName
{
background-color: #C19EA9;
}
.BgClassName
{
background-color: #C19EA9;
}
</style>
border-color css
<style>
span { border-color: #C19EA9; }
span { border-color: rgb(193,158,169); }
td.TdClassName
{
border-color: #C19EA9;
}
.TagClassName
{
border-color: #C19EA9;
}
</style>