Shades of Viola #C488A1
Tints of Viola #C488A1
RGB
CMYK
RGB Variations
Color information
#C488A1 (or 0xC488A1) is known color: Viola. HEX triplet: C4, 88 and A1. RGB value is (196,136,161). Sum of RGB (Red+Green+Blue) = 196+136+161=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C488A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C488A1 is #3B775E. Grayscale: #9C9C9C. Windows color (decimal): -3897183 or 10586308. OLE color: 10586308.
HSL color Cylindrical-coordinate representation of color #C488A1: hue angle of 335º 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 #C488A1 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 161 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.23 |
| HSL | 335º | 0.34% | 0.65% | - |
| HSV(B) | 335º | 0.31% | 0.77% | - |
| XYZ | 38 | 31.92 | 37.88 | - |
| YUV | 156.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 161 | 0 | 0.31 | 0.18 | 0.23 | 335 | 0.34 | 0.65 |
| Hex | C4 | 88 | A1 | 0 | 1F | 12 | 17 | 14F | 22 | 41 |
| Octal | 304 | 210 | 241 | 0 | 37 | 22 | 27 | 517 | 42 | 101 |
| Binary | 11000100 | 10001000 | 10100001 | 0 | 11111 | 10010 | 10111 | 101001111 | 100010 | 1000001 |
Color Harmonies of #C488A1
Complementary color
Monochromatic Colors of #C488A1
Black with #C488A1
Text Example
Text Example
White with #C488A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C488A1; }
p { color: rgb(196,136,161); }
H1.HeaderClassName
{
color: #C488A1;
}
.AnyTagClassName
{
color: #C488A1;
}
</style>
background-color css
<style>
a { background-color: #C488A1; }
a { background-color: rgb(196,136,161); }
div.DivClassName
{
background-color: #C488A1;
}
.BgClassName
{
background-color: #C488A1;
}
</style>
border-color css
<style>
span { border-color: #C488A1; }
span { border-color: rgb(196,136,161); }
td.TdClassName
{
border-color: #C488A1;
}
.TagClassName
{
border-color: #C488A1;
}
</style>