Shades of Viola #C394A1
Tints of Viola #C394A1
RGB
CMYK
RGB Variations
Color information
#C394A1 (or 0xC394A1) is known color: Viola. HEX triplet: C3, 94 and A1. RGB value is (195,148,161). Sum of RGB (Red+Green+Blue) = 195+148+161=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C394A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C394A1 is #3C6B5E. Grayscale: #A3A3A3. Windows color (decimal): -3959647 or 10589379. OLE color: 10589379.
HSL color Cylindrical-coordinate representation of color #C394A1: hue angle of 343.4º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C394A1 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 161 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.24 |
| HSL | 343.4º | 0.28% | 0.67% | - |
| HSV(B) | 343.4º | 0.24% | 0.76% | - |
| XYZ | 39.53 | 35.36 | 38.46 | - |
| YUV | 163.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 161 | 0 | 0.24 | 0.17 | 0.24 | 343.4 | 0.28 | 0.67 |
| Hex | C3 | 94 | A1 | 0 | 18 | 11 | 18 | 157 | 1C | 43 |
| Octal | 303 | 224 | 241 | 0 | 30 | 21 | 30 | 527 | 34 | 103 |
| Binary | 11000011 | 10010100 | 10100001 | 0 | 11000 | 10001 | 11000 | 101010111 | 11100 | 1000011 |
Color Harmonies of #C394A1
Complementary color
Monochromatic Colors of #C394A1
Black with #C394A1
Text Example
Text Example
White with #C394A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C394A1; }
p { color: rgb(195,148,161); }
H1.HeaderClassName
{
color: #C394A1;
}
.AnyTagClassName
{
color: #C394A1;
}
</style>
background-color css
<style>
a { background-color: #C394A1; }
a { background-color: rgb(195,148,161); }
div.DivClassName
{
background-color: #C394A1;
}
.BgClassName
{
background-color: #C394A1;
}
</style>
border-color css
<style>
span { border-color: #C394A1; }
span { border-color: rgb(195,148,161); }
td.TdClassName
{
border-color: #C394A1;
}
.TagClassName
{
border-color: #C394A1;
}
</style>