Shades of Viola #C386A1
Tints of Viola #C386A1
RGB
CMYK
RGB Variations
Color information
#C386A1 (or 0xC386A1) is known color: Viola. HEX triplet: C3, 86 and A1. RGB value is (195,134,161). Sum of RGB (Red+Green+Blue) = 195+134+161=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C386A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C386A1 is #3C795E. Grayscale: #9B9B9B. Windows color (decimal): -3963231 or 10585795. OLE color: 10585795.
HSL color Cylindrical-coordinate representation of color #C386A1: hue angle of 333.44º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C386A1 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 161 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.24 |
| HSL | 333.44º | 0.34% | 0.65% | - |
| HSV(B) | 333.44º | 0.31% | 0.76% | - |
| XYZ | 37.46 | 31.23 | 37.77 | - |
| YUV | 155.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 161 | 0 | 0.31 | 0.17 | 0.24 | 333.44 | 0.34 | 0.65 |
| Hex | C3 | 86 | A1 | 0 | 1F | 11 | 18 | 14D | 22 | 41 |
| Octal | 303 | 206 | 241 | 0 | 37 | 21 | 30 | 515 | 42 | 101 |
| Binary | 11000011 | 10000110 | 10100001 | 0 | 11111 | 10001 | 11000 | 101001101 | 100010 | 1000001 |
Color Harmonies of #C386A1
Complementary color
Monochromatic Colors of #C386A1
Black with #C386A1
Text Example
Text Example
White with #C386A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386A1; }
p { color: rgb(195,134,161); }
H1.HeaderClassName
{
color: #C386A1;
}
.AnyTagClassName
{
color: #C386A1;
}
</style>
background-color css
<style>
a { background-color: #C386A1; }
a { background-color: rgb(195,134,161); }
div.DivClassName
{
background-color: #C386A1;
}
.BgClassName
{
background-color: #C386A1;
}
</style>
border-color css
<style>
span { border-color: #C386A1; }
span { border-color: rgb(195,134,161); }
td.TdClassName
{
border-color: #C386A1;
}
.TagClassName
{
border-color: #C386A1;
}
</style>