Shades of Viola #C192A1
Tints of Viola #C192A1
RGB
CMYK
RGB Variations
Color information
#C192A1 (or 0xC192A1) is known color: Viola. HEX triplet: C1, 92 and A1. RGB value is (193,146,161). Sum of RGB (Red+Green+Blue) = 193+146+161=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C192A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C192A1 is #3E6D5E. Grayscale: #A1A1A1. Windows color (decimal): -4091231 or 10588865. OLE color: 10588865.
HSL color Cylindrical-coordinate representation of color #C192A1: hue angle of 340.85º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C192A1 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 161 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.24 |
| HSL | 340.85º | 0.27% | 0.66% | - |
| HSV(B) | 340.85º | 0.24% | 0.76% | - |
| XYZ | 38.7 | 34.47 | 38.33 | - |
| YUV | 161.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 161 | 0 | 0.24 | 0.17 | 0.24 | 340.85 | 0.27 | 0.66 |
| Hex | C1 | 92 | A1 | 0 | 18 | 11 | 18 | 155 | 1B | 42 |
| Octal | 301 | 222 | 241 | 0 | 30 | 21 | 30 | 525 | 33 | 102 |
| Binary | 11000001 | 10010010 | 10100001 | 0 | 11000 | 10001 | 11000 | 101010101 | 11011 | 1000010 |
Color Harmonies of #C192A1
Complementary color
Monochromatic Colors of #C192A1
Black with #C192A1
Text Example
Text Example
White with #C192A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192A1; }
p { color: rgb(193,146,161); }
H1.HeaderClassName
{
color: #C192A1;
}
.AnyTagClassName
{
color: #C192A1;
}
</style>
background-color css
<style>
a { background-color: #C192A1; }
a { background-color: rgb(193,146,161); }
div.DivClassName
{
background-color: #C192A1;
}
.BgClassName
{
background-color: #C192A1;
}
</style>
border-color css
<style>
span { border-color: #C192A1; }
span { border-color: rgb(193,146,161); }
td.TdClassName
{
border-color: #C192A1;
}
.TagClassName
{
border-color: #C192A1;
}
</style>