Shades of Viola #C58F97
Tints of Viola #C58F97
RGB
CMYK
RGB Variations
Color information
#C58F97 (or 0xC58F97) is known color: Viola. HEX triplet: C5, 8F and 97. RGB value is (197,143,151). Sum of RGB (Red+Green+Blue) = 197+143+151=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58F97 is #3A7068. Grayscale: #A0A0A0. Windows color (decimal): -3829865 or 9932741. OLE color: 9932741.
HSL color Cylindrical-coordinate representation of color #C58F97: hue angle of 351.11º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C58F97 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 151 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.23 |
| HSL | 351.11º | 0.32% | 0.67% | - |
| HSV(B) | 351.11º | 0.27% | 0.77% | - |
| XYZ | 38.43 | 33.75 | 33.77 | - |
| YUV | 160.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 151 | 0 | 0.27 | 0.23 | 0.23 | 351.11 | 0.32 | 0.67 |
| Hex | C5 | 8F | 97 | 0 | 1B | 17 | 17 | 15F | 20 | 43 |
| Octal | 305 | 217 | 227 | 0 | 33 | 27 | 27 | 537 | 40 | 103 |
| Binary | 11000101 | 10001111 | 10010111 | 0 | 11011 | 10111 | 10111 | 101011111 | 100000 | 1000011 |
Color Harmonies of #C58F97
Complementary color
Monochromatic Colors of #C58F97
Black with #C58F97
Text Example
Text Example
White with #C58F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F97; }
p { color: rgb(197,143,151); }
H1.HeaderClassName
{
color: #C58F97;
}
.AnyTagClassName
{
color: #C58F97;
}
</style>
background-color css
<style>
a { background-color: #C58F97; }
a { background-color: rgb(197,143,151); }
div.DivClassName
{
background-color: #C58F97;
}
.BgClassName
{
background-color: #C58F97;
}
</style>
border-color css
<style>
span { border-color: #C58F97; }
span { border-color: rgb(197,143,151); }
td.TdClassName
{
border-color: #C58F97;
}
.TagClassName
{
border-color: #C58F97;
}
</style>