Shades of Viola #C395A1
Tints of Viola #C395A1
RGB
CMYK
RGB Variations
Color information
#C395A1 (or 0xC395A1) is known color: Viola. HEX triplet: C3, 95 and A1. RGB value is (195,149,161). Sum of RGB (Red+Green+Blue) = 195+149+161=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C395A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C395A1 is #3C6A5E. Grayscale: #A4A4A4. Windows color (decimal): -3959391 or 10589635. OLE color: 10589635.
HSL color Cylindrical-coordinate representation of color #C395A1: hue angle of 344.35º 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 #C395A1 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 161 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.24 |
| HSL | 344.35º | 0.28% | 0.67% | - |
| HSV(B) | 344.35º | 0.24% | 0.76% | - |
| XYZ | 39.69 | 35.67 | 38.51 | - |
| YUV | 164.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 161 | 0 | 0.24 | 0.17 | 0.24 | 344.35 | 0.28 | 0.67 |
| Hex | C3 | 95 | A1 | 0 | 18 | 11 | 18 | 158 | 1C | 43 |
| Octal | 303 | 225 | 241 | 0 | 30 | 21 | 30 | 530 | 34 | 103 |
| Binary | 11000011 | 10010101 | 10100001 | 0 | 11000 | 10001 | 11000 | 101011000 | 11100 | 1000011 |
Color Harmonies of #C395A1
Complementary color
Monochromatic Colors of #C395A1
Black with #C395A1
Text Example
Text Example
White with #C395A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C395A1; }
p { color: rgb(195,149,161); }
H1.HeaderClassName
{
color: #C395A1;
}
.AnyTagClassName
{
color: #C395A1;
}
</style>
background-color css
<style>
a { background-color: #C395A1; }
a { background-color: rgb(195,149,161); }
div.DivClassName
{
background-color: #C395A1;
}
.BgClassName
{
background-color: #C395A1;
}
</style>
border-color css
<style>
span { border-color: #C395A1; }
span { border-color: rgb(195,149,161); }
td.TdClassName
{
border-color: #C395A1;
}
.TagClassName
{
border-color: #C395A1;
}
</style>