Shades of Viola #C588A1
Tints of Viola #C588A1
RGB
CMYK
RGB Variations
Color information
#C588A1 (or 0xC588A1) is known color: Viola. HEX triplet: C5, 88 and A1. RGB value is (197,136,161). Sum of RGB (Red+Green+Blue) = 197+136+161=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C588A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C588A1 is #3A775E. Grayscale: #9D9D9D. Windows color (decimal): -3831647 or 10586309. OLE color: 10586309.
HSL color Cylindrical-coordinate representation of color #C588A1: hue angle of 335.41º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C588A1 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 161 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.23 |
| HSL | 335.41º | 0.34% | 0.65% | - |
| HSV(B) | 335.41º | 0.31% | 0.77% | - |
| XYZ | 38.26 | 32.05 | 37.89 | - |
| YUV | 157.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 161 | 0 | 0.31 | 0.18 | 0.23 | 335.41 | 0.34 | 0.65 |
| Hex | C5 | 88 | A1 | 0 | 1F | 12 | 17 | 14F | 22 | 41 |
| Octal | 305 | 210 | 241 | 0 | 37 | 22 | 27 | 517 | 42 | 101 |
| Binary | 11000101 | 10001000 | 10100001 | 0 | 11111 | 10010 | 10111 | 101001111 | 100010 | 1000001 |
Color Harmonies of #C588A1
Complementary color
Monochromatic Colors of #C588A1
Black with #C588A1
Text Example
Text Example
White with #C588A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C588A1; }
p { color: rgb(197,136,161); }
H1.HeaderClassName
{
color: #C588A1;
}
.AnyTagClassName
{
color: #C588A1;
}
</style>
background-color css
<style>
a { background-color: #C588A1; }
a { background-color: rgb(197,136,161); }
div.DivClassName
{
background-color: #C588A1;
}
.BgClassName
{
background-color: #C588A1;
}
</style>
border-color css
<style>
span { border-color: #C588A1; }
span { border-color: rgb(197,136,161); }
td.TdClassName
{
border-color: #C588A1;
}
.TagClassName
{
border-color: #C588A1;
}
</style>