Shades of Viola #C194A6
Tints of Viola #C194A6
RGB
CMYK
RGB Variations
Color information
#C194A6 (or 0xC194A6) is known color: Viola. HEX triplet: C1, 94 and A6. RGB value is (193,148,166). Sum of RGB (Red+Green+Blue) = 193+148+166=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C194A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C194A6 is #3E6B59. Grayscale: #A3A3A3. Windows color (decimal): -4090714 or 10917057. OLE color: 10917057.
HSL color Cylindrical-coordinate representation of color #C194A6: hue angle of 336º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C194A6 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 166 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.24 |
| HSL | 336º | 0.27% | 0.67% | - |
| HSV(B) | 336º | 0.23% | 0.76% | - |
| XYZ | 39.47 | 35.27 | 40.8 | - |
| YUV | 163.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 166 | 0 | 0.23 | 0.14 | 0.24 | 336 | 0.27 | 0.67 |
| Hex | C1 | 94 | A6 | 0 | 17 | E | 18 | 150 | 1B | 43 |
| Octal | 301 | 224 | 246 | 0 | 27 | 16 | 30 | 520 | 33 | 103 |
| Binary | 11000001 | 10010100 | 10100110 | 0 | 10111 | 1110 | 11000 | 101010000 | 11011 | 1000011 |
Color Harmonies of #C194A6
Complementary color
Monochromatic Colors of #C194A6
Black with #C194A6
Text Example
Text Example
White with #C194A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C194A6; }
p { color: rgb(193,148,166); }
H1.HeaderClassName
{
color: #C194A6;
}
.AnyTagClassName
{
color: #C194A6;
}
</style>
background-color css
<style>
a { background-color: #C194A6; }
a { background-color: rgb(193,148,166); }
div.DivClassName
{
background-color: #C194A6;
}
.BgClassName
{
background-color: #C194A6;
}
</style>
border-color css
<style>
span { border-color: #C194A6; }
span { border-color: rgb(193,148,166); }
td.TdClassName
{
border-color: #C194A6;
}
.TagClassName
{
border-color: #C194A6;
}
</style>