Shades of Viola #C390A1
Tints of Viola #C390A1
RGB
CMYK
RGB Variations
Color information
#C390A1 (or 0xC390A1) is known color: Viola. HEX triplet: C3, 90 and A1. RGB value is (195,144,161). Sum of RGB (Red+Green+Blue) = 195+144+161=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C390A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C390A1 is #3C6F5E. Grayscale: #A1A1A1. Windows color (decimal): -3960671 or 10588355. OLE color: 10588355.
HSL color Cylindrical-coordinate representation of color #C390A1: hue angle of 340º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C390A1 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 161 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.24 |
| HSL | 340º | 0.3% | 0.66% | - |
| HSV(B) | 340º | 0.26% | 0.76% | - |
| XYZ | 38.91 | 34.12 | 38.25 | - |
| YUV | 161.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 161 | 0 | 0.26 | 0.17 | 0.24 | 340 | 0.3 | 0.66 |
| Hex | C3 | 90 | A1 | 0 | 1A | 11 | 18 | 154 | 1E | 42 |
| Octal | 303 | 220 | 241 | 0 | 32 | 21 | 30 | 524 | 36 | 102 |
| Binary | 11000011 | 10010000 | 10100001 | 0 | 11010 | 10001 | 11000 | 101010100 | 11110 | 1000010 |
Color Harmonies of #C390A1
Complementary color
Monochromatic Colors of #C390A1
Black with #C390A1
Text Example
Text Example
White with #C390A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C390A1; }
p { color: rgb(195,144,161); }
H1.HeaderClassName
{
color: #C390A1;
}
.AnyTagClassName
{
color: #C390A1;
}
</style>
background-color css
<style>
a { background-color: #C390A1; }
a { background-color: rgb(195,144,161); }
div.DivClassName
{
background-color: #C390A1;
}
.BgClassName
{
background-color: #C390A1;
}
</style>
border-color css
<style>
span { border-color: #C390A1; }
span { border-color: rgb(195,144,161); }
td.TdClassName
{
border-color: #C390A1;
}
.TagClassName
{
border-color: #C390A1;
}
</style>