Shades of Viola #C58EA0
Tints of Viola #C58EA0
RGB
CMYK
RGB Variations
Color information
#C58EA0 (or 0xC58EA0) is known color: Viola. HEX triplet: C5, 8E and A0. RGB value is (197,142,160). Sum of RGB (Red+Green+Blue) = 197+142+160=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C58EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58EA0 is #3A715F. Grayscale: #A0A0A0. Windows color (decimal): -3830112 or 10522309. OLE color: 10522309.
HSL color Cylindrical-coordinate representation of color #C58EA0: hue angle of 340.36º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58EA0 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 160 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.23 |
| HSL | 340.36º | 0.32% | 0.66% | - |
| HSV(B) | 340.36º | 0.28% | 0.77% | - |
| XYZ | 39.04 | 33.75 | 37.72 | - |
| YUV | 160.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 160 | 0 | 0.28 | 0.19 | 0.23 | 340.36 | 0.32 | 0.66 |
| Hex | C5 | 8E | A0 | 0 | 1C | 13 | 17 | 154 | 20 | 42 |
| Octal | 305 | 216 | 240 | 0 | 34 | 23 | 27 | 524 | 40 | 102 |
| Binary | 11000101 | 10001110 | 10100000 | 0 | 11100 | 10011 | 10111 | 101010100 | 100000 | 1000010 |
Color Harmonies of #C58EA0
Complementary color
Monochromatic Colors of #C58EA0
Black with #C58EA0
Text Example
Text Example
White with #C58EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58EA0; }
p { color: rgb(197,142,160); }
H1.HeaderClassName
{
color: #C58EA0;
}
.AnyTagClassName
{
color: #C58EA0;
}
</style>
background-color css
<style>
a { background-color: #C58EA0; }
a { background-color: rgb(197,142,160); }
div.DivClassName
{
background-color: #C58EA0;
}
.BgClassName
{
background-color: #C58EA0;
}
</style>
border-color css
<style>
span { border-color: #C58EA0; }
span { border-color: rgb(197,142,160); }
td.TdClassName
{
border-color: #C58EA0;
}
.TagClassName
{
border-color: #C58EA0;
}
</style>