Shades of Viola #C391A0
Tints of Viola #C391A0
RGB
CMYK
RGB Variations
Color information
#C391A0 (or 0xC391A0) is known color: Viola. HEX triplet: C3, 91 and A0. RGB value is (195,145,160). Sum of RGB (Red+Green+Blue) = 195+145+160=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C391A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C391A0 is #3C6E5F. Grayscale: #A1A1A1. Windows color (decimal): -3960416 or 10523075. OLE color: 10523075.
HSL color Cylindrical-coordinate representation of color #C391A0: hue angle of 342º 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 #C391A0 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 160 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.24 |
| HSL | 342º | 0.29% | 0.67% | - |
| HSV(B) | 342º | 0.26% | 0.76% | - |
| XYZ | 38.98 | 34.39 | 37.84 | - |
| YUV | 161.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 160 | 0 | 0.26 | 0.18 | 0.24 | 342 | 0.29 | 0.67 |
| Hex | C3 | 91 | A0 | 0 | 1A | 12 | 18 | 156 | 1D | 43 |
| Octal | 303 | 221 | 240 | 0 | 32 | 22 | 30 | 526 | 35 | 103 |
| Binary | 11000011 | 10010001 | 10100000 | 0 | 11010 | 10010 | 11000 | 101010110 | 11101 | 1000011 |
Color Harmonies of #C391A0
Complementary color
Monochromatic Colors of #C391A0
Black with #C391A0
Text Example
Text Example
White with #C391A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C391A0; }
p { color: rgb(195,145,160); }
H1.HeaderClassName
{
color: #C391A0;
}
.AnyTagClassName
{
color: #C391A0;
}
</style>
background-color css
<style>
a { background-color: #C391A0; }
a { background-color: rgb(195,145,160); }
div.DivClassName
{
background-color: #C391A0;
}
.BgClassName
{
background-color: #C391A0;
}
</style>
border-color css
<style>
span { border-color: #C391A0; }
span { border-color: rgb(195,145,160); }
td.TdClassName
{
border-color: #C391A0;
}
.TagClassName
{
border-color: #C391A0;
}
</style>