Shades of Viola #C19197
Tints of Viola #C19197
RGB
CMYK
RGB Variations
Color information
#C19197 (or 0xC19197) is known color: Viola. HEX triplet: C1, 91 and 97. RGB value is (193,145,151). Sum of RGB (Red+Green+Blue) = 193+145+151=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C19197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19197 is #3E6E68. Grayscale: #A0A0A0. Windows color (decimal): -4091497 or 9933249. OLE color: 9933249.
HSL color Cylindrical-coordinate representation of color #C19197: hue angle of 352.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C19197 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 151 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.24 |
| HSL | 352.5º | 0.28% | 0.66% | - |
| HSV(B) | 352.5º | 0.25% | 0.76% | - |
| XYZ | 37.7 | 33.82 | 33.82 | - |
| YUV | 160.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 151 | 0 | 0.25 | 0.22 | 0.24 | 352.5 | 0.28 | 0.66 |
| Hex | C1 | 91 | 97 | 0 | 19 | 16 | 18 | 160 | 1C | 42 |
| Octal | 301 | 221 | 227 | 0 | 31 | 26 | 30 | 540 | 34 | 102 |
| Binary | 11000001 | 10010001 | 10010111 | 0 | 11001 | 10110 | 11000 | 101100000 | 11100 | 1000010 |
Color Harmonies of #C19197
Complementary color
Monochromatic Colors of #C19197
Black with #C19197
Text Example
Text Example
White with #C19197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19197; }
p { color: rgb(193,145,151); }
H1.HeaderClassName
{
color: #C19197;
}
.AnyTagClassName
{
color: #C19197;
}
</style>
background-color css
<style>
a { background-color: #C19197; }
a { background-color: rgb(193,145,151); }
div.DivClassName
{
background-color: #C19197;
}
.BgClassName
{
background-color: #C19197;
}
</style>
border-color css
<style>
span { border-color: #C19197; }
span { border-color: rgb(193,145,151); }
td.TdClassName
{
border-color: #C19197;
}
.TagClassName
{
border-color: #C19197;
}
</style>