Shades of Viola #C191A1
Tints of Viola #C191A1
RGB
CMYK
RGB Variations
Color information
#C191A1 (or 0xC191A1) is known color: Viola. HEX triplet: C1, 91 and A1. RGB value is (193,145,161). Sum of RGB (Red+Green+Blue) = 193+145+161=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C191A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C191A1 is #3E6E5E. Grayscale: #A1A1A1. Windows color (decimal): -4091487 or 10588609. OLE color: 10588609.
HSL color Cylindrical-coordinate representation of color #C191A1: hue angle of 340º 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 #C191A1 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 161 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.24 |
| HSL | 340º | 0.28% | 0.66% | - |
| HSV(B) | 340º | 0.25% | 0.76% | - |
| XYZ | 38.55 | 34.16 | 38.28 | - |
| YUV | 161.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 161 | 0 | 0.25 | 0.17 | 0.24 | 340 | 0.28 | 0.66 |
| Hex | C1 | 91 | A1 | 0 | 19 | 11 | 18 | 154 | 1C | 42 |
| Octal | 301 | 221 | 241 | 0 | 31 | 21 | 30 | 524 | 34 | 102 |
| Binary | 11000001 | 10010001 | 10100001 | 0 | 11001 | 10001 | 11000 | 101010100 | 11100 | 1000010 |
Color Harmonies of #C191A1
Complementary color
Monochromatic Colors of #C191A1
Black with #C191A1
Text Example
Text Example
White with #C191A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191A1; }
p { color: rgb(193,145,161); }
H1.HeaderClassName
{
color: #C191A1;
}
.AnyTagClassName
{
color: #C191A1;
}
</style>
background-color css
<style>
a { background-color: #C191A1; }
a { background-color: rgb(193,145,161); }
div.DivClassName
{
background-color: #C191A1;
}
.BgClassName
{
background-color: #C191A1;
}
</style>
border-color css
<style>
span { border-color: #C191A1; }
span { border-color: rgb(193,145,161); }
td.TdClassName
{
border-color: #C191A1;
}
.TagClassName
{
border-color: #C191A1;
}
</style>