Shades of Viola #C5879E
Tints of Viola #C5879E
RGB
CMYK
RGB Variations
Color information
#C5879E (or 0xC5879E) is known color: Viola. HEX triplet: C5, 87 and 9E. RGB value is (197,135,158). Sum of RGB (Red+Green+Blue) = 197+135+158=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C5879E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5879E is #3A7861. Grayscale: #9C9C9C. Windows color (decimal): -3831906 or 10389445. OLE color: 10389445.
HSL color Cylindrical-coordinate representation of color #C5879E: hue angle of 337.74º degrees, saturation: 0.35, 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 #C5879E is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 158 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.23 |
| HSL | 337.74º | 0.35% | 0.65% | - |
| HSV(B) | 337.74º | 0.31% | 0.77% | - |
| XYZ | 37.86 | 31.67 | 36.46 | - |
| YUV | 156.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 158 | 0 | 0.31 | 0.20 | 0.23 | 337.74 | 0.35 | 0.65 |
| Hex | C5 | 87 | 9E | 0 | 1F | 14 | 17 | 152 | 23 | 41 |
| Octal | 305 | 207 | 236 | 0 | 37 | 24 | 27 | 522 | 43 | 101 |
| Binary | 11000101 | 10000111 | 10011110 | 0 | 11111 | 10100 | 10111 | 101010010 | 100011 | 1000001 |
Color Harmonies of #C5879E
Complementary color
Monochromatic Colors of #C5879E
Black with #C5879E
Text Example
Text Example
White with #C5879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5879E; }
p { color: rgb(197,135,158); }
H1.HeaderClassName
{
color: #C5879E;
}
.AnyTagClassName
{
color: #C5879E;
}
</style>
background-color css
<style>
a { background-color: #C5879E; }
a { background-color: rgb(197,135,158); }
div.DivClassName
{
background-color: #C5879E;
}
.BgClassName
{
background-color: #C5879E;
}
</style>
border-color css
<style>
span { border-color: #C5879E; }
span { border-color: rgb(197,135,158); }
td.TdClassName
{
border-color: #C5879E;
}
.TagClassName
{
border-color: #C5879E;
}
</style>