Shades of Viola #C191A7
Tints of Viola #C191A7
RGB
CMYK
RGB Variations
Color information
#C191A7 (or 0xC191A7) is known color: Viola. HEX triplet: C1, 91 and A7. RGB value is (193,145,167). Sum of RGB (Red+Green+Blue) = 193+145+167=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C191A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C191A7 is #3E6E58. Grayscale: #A1A1A1. Windows color (decimal): -4091481 or 10981825. OLE color: 10981825.
HSL color Cylindrical-coordinate representation of color #C191A7: hue angle of 332.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 #C191A7 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 167 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.24 |
| HSL | 332.5º | 0.28% | 0.66% | - |
| HSV(B) | 332.5º | 0.25% | 0.76% | - |
| XYZ | 39.09 | 34.38 | 41.13 | - |
| YUV | 161.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 167 | 0 | 0.25 | 0.13 | 0.24 | 332.5 | 0.28 | 0.66 |
| Hex | C1 | 91 | A7 | 0 | 19 | D | 18 | 14C | 1C | 42 |
| Octal | 301 | 221 | 247 | 0 | 31 | 15 | 30 | 514 | 34 | 102 |
| Binary | 11000001 | 10010001 | 10100111 | 0 | 11001 | 1101 | 11000 | 101001100 | 11100 | 1000010 |
Color Harmonies of #C191A7
Complementary color
Monochromatic Colors of #C191A7
Black with #C191A7
Text Example
Text Example
White with #C191A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191A7; }
p { color: rgb(193,145,167); }
H1.HeaderClassName
{
color: #C191A7;
}
.AnyTagClassName
{
color: #C191A7;
}
</style>
background-color css
<style>
a { background-color: #C191A7; }
a { background-color: rgb(193,145,167); }
div.DivClassName
{
background-color: #C191A7;
}
.BgClassName
{
background-color: #C191A7;
}
</style>
border-color css
<style>
span { border-color: #C191A7; }
span { border-color: rgb(193,145,167); }
td.TdClassName
{
border-color: #C191A7;
}
.TagClassName
{
border-color: #C191A7;
}
</style>