Shades of Viola #C192A0
Tints of Viola #C192A0
RGB
CMYK
RGB Variations
Color information
#C192A0 (or 0xC192A0) is known color: Viola. HEX triplet: C1, 92 and A0. RGB value is (193,146,160). Sum of RGB (Red+Green+Blue) = 193+146+160=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C192A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C192A0 is #3E6D5F. Grayscale: #A1A1A1. Windows color (decimal): -4091232 or 10523329. OLE color: 10523329.
HSL color Cylindrical-coordinate representation of color #C192A0: hue angle of 342.13º 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 #C192A0 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 160 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.24 |
| HSL | 342.13º | 0.27% | 0.66% | - |
| HSV(B) | 342.13º | 0.24% | 0.76% | - |
| XYZ | 38.62 | 34.43 | 37.87 | - |
| YUV | 161.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 160 | 0 | 0.24 | 0.17 | 0.24 | 342.13 | 0.27 | 0.66 |
| Hex | C1 | 92 | A0 | 0 | 18 | 11 | 18 | 156 | 1B | 42 |
| Octal | 301 | 222 | 240 | 0 | 30 | 21 | 30 | 526 | 33 | 102 |
| Binary | 11000001 | 10010010 | 10100000 | 0 | 11000 | 10001 | 11000 | 101010110 | 11011 | 1000010 |
Color Harmonies of #C192A0
Complementary color
Monochromatic Colors of #C192A0
Black with #C192A0
Text Example
Text Example
White with #C192A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192A0; }
p { color: rgb(193,146,160); }
H1.HeaderClassName
{
color: #C192A0;
}
.AnyTagClassName
{
color: #C192A0;
}
</style>
background-color css
<style>
a { background-color: #C192A0; }
a { background-color: rgb(193,146,160); }
div.DivClassName
{
background-color: #C192A0;
}
.BgClassName
{
background-color: #C192A0;
}
</style>
border-color css
<style>
span { border-color: #C192A0; }
span { border-color: rgb(193,146,160); }
td.TdClassName
{
border-color: #C192A0;
}
.TagClassName
{
border-color: #C192A0;
}
</style>