Shades of Viola #C391A2
Tints of Viola #C391A2
RGB
CMYK
RGB Variations
Color information
#C391A2 (or 0xC391A2) is known color: Viola. HEX triplet: C3, 91 and A2. RGB value is (195,145,162). Sum of RGB (Red+Green+Blue) = 195+145+162=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C391A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C391A2 is #3C6E5D. Grayscale: #A1A1A1. Windows color (decimal): -3960414 or 10654147. OLE color: 10654147.
HSL color Cylindrical-coordinate representation of color #C391A2: hue angle of 339.6º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C391A2 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 162 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.24 |
| HSL | 339.6º | 0.29% | 0.67% | - |
| HSV(B) | 339.6º | 0.26% | 0.76% | - |
| XYZ | 39.15 | 34.46 | 38.77 | - |
| YUV | 161.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 162 | 0 | 0.26 | 0.17 | 0.24 | 339.6 | 0.29 | 0.67 |
| Hex | C3 | 91 | A2 | 0 | 1A | 11 | 18 | 154 | 1D | 43 |
| Octal | 303 | 221 | 242 | 0 | 32 | 21 | 30 | 524 | 35 | 103 |
| Binary | 11000011 | 10010001 | 10100010 | 0 | 11010 | 10001 | 11000 | 101010100 | 11101 | 1000011 |
Color Harmonies of #C391A2
Complementary color
Monochromatic Colors of #C391A2
Black with #C391A2
Text Example
Text Example
White with #C391A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C391A2; }
p { color: rgb(195,145,162); }
H1.HeaderClassName
{
color: #C391A2;
}
.AnyTagClassName
{
color: #C391A2;
}
</style>
background-color css
<style>
a { background-color: #C391A2; }
a { background-color: rgb(195,145,162); }
div.DivClassName
{
background-color: #C391A2;
}
.BgClassName
{
background-color: #C391A2;
}
</style>
border-color css
<style>
span { border-color: #C391A2; }
span { border-color: rgb(195,145,162); }
td.TdClassName
{
border-color: #C391A2;
}
.TagClassName
{
border-color: #C391A2;
}
</style>