Shades of Viola #C58E97
Tints of Viola #C58E97
RGB
CMYK
RGB Variations
Color information
#C58E97 (or 0xC58E97) is known color: Viola. HEX triplet: C5, 8E and 97. RGB value is (197,142,151). Sum of RGB (Red+Green+Blue) = 197+142+151=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58E97 is #3A7168. Grayscale: #9F9F9F. Windows color (decimal): -3830121 or 9932485. OLE color: 9932485.
HSL color Cylindrical-coordinate representation of color #C58E97: hue angle of 350.18º 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 #C58E97 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 151 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.23 |
| HSL | 350.18º | 0.32% | 0.66% | - |
| HSV(B) | 350.18º | 0.28% | 0.77% | - |
| XYZ | 38.28 | 33.45 | 33.72 | - |
| YUV | 159.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 151 | 0 | 0.28 | 0.23 | 0.23 | 350.18 | 0.32 | 0.66 |
| Hex | C5 | 8E | 97 | 0 | 1C | 17 | 17 | 15E | 20 | 42 |
| Octal | 305 | 216 | 227 | 0 | 34 | 27 | 27 | 536 | 40 | 102 |
| Binary | 11000101 | 10001110 | 10010111 | 0 | 11100 | 10111 | 10111 | 101011110 | 100000 | 1000010 |
Color Harmonies of #C58E97
Complementary color
Monochromatic Colors of #C58E97
Black with #C58E97
Text Example
Text Example
White with #C58E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E97; }
p { color: rgb(197,142,151); }
H1.HeaderClassName
{
color: #C58E97;
}
.AnyTagClassName
{
color: #C58E97;
}
</style>
background-color css
<style>
a { background-color: #C58E97; }
a { background-color: rgb(197,142,151); }
div.DivClassName
{
background-color: #C58E97;
}
.BgClassName
{
background-color: #C58E97;
}
</style>
border-color css
<style>
span { border-color: #C58E97; }
span { border-color: rgb(197,142,151); }
td.TdClassName
{
border-color: #C58E97;
}
.TagClassName
{
border-color: #C58E97;
}
</style>