Shades of Viola #C58D97
Tints of Viola #C58D97
RGB
CMYK
RGB Variations
Color information
#C58D97 (or 0xC58D97) is known color: Viola. HEX triplet: C5, 8D and 97. RGB value is (197,141,151). Sum of RGB (Red+Green+Blue) = 197+141+151=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58D97 is #3A7268. Grayscale: #9E9E9E. Windows color (decimal): -3830377 or 9932229. OLE color: 9932229.
HSL color Cylindrical-coordinate representation of color #C58D97: hue angle of 349.29º degrees, saturation: 0.33, 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 #C58D97 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 151 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.23 |
| HSL | 349.29º | 0.33% | 0.66% | - |
| HSV(B) | 349.29º | 0.28% | 0.77% | - |
| XYZ | 38.14 | 33.15 | 33.67 | - |
| YUV | 158.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 151 | 0 | 0.28 | 0.23 | 0.23 | 349.29 | 0.33 | 0.66 |
| Hex | C5 | 8D | 97 | 0 | 1C | 17 | 17 | 15D | 21 | 42 |
| Octal | 305 | 215 | 227 | 0 | 34 | 27 | 27 | 535 | 41 | 102 |
| Binary | 11000101 | 10001101 | 10010111 | 0 | 11100 | 10111 | 10111 | 101011101 | 100001 | 1000010 |
Color Harmonies of #C58D97
Complementary color
Monochromatic Colors of #C58D97
Black with #C58D97
Text Example
Text Example
White with #C58D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D97; }
p { color: rgb(197,141,151); }
H1.HeaderClassName
{
color: #C58D97;
}
.AnyTagClassName
{
color: #C58D97;
}
</style>
background-color css
<style>
a { background-color: #C58D97; }
a { background-color: rgb(197,141,151); }
div.DivClassName
{
background-color: #C58D97;
}
.BgClassName
{
background-color: #C58D97;
}
</style>
border-color css
<style>
span { border-color: #C58D97; }
span { border-color: rgb(197,141,151); }
td.TdClassName
{
border-color: #C58D97;
}
.TagClassName
{
border-color: #C58D97;
}
</style>