Shades of Viola #C58F9F
Tints of Viola #C58F9F
RGB
CMYK
RGB Variations
Color information
#C58F9F (or 0xC58F9F) is known color: Viola. HEX triplet: C5, 8F and 9F. RGB value is (197,143,159). Sum of RGB (Red+Green+Blue) = 197+143+159=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58F9F is #3A7060. Grayscale: #A0A0A0. Windows color (decimal): -3829857 or 10457029. OLE color: 10457029.
HSL color Cylindrical-coordinate representation of color #C58F9F: hue angle of 342.22º 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 #C58F9F is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 159 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.23 |
| HSL | 342.22º | 0.32% | 0.67% | - |
| HSV(B) | 342.22º | 0.27% | 0.77% | - |
| XYZ | 39.11 | 34.02 | 37.31 | - |
| YUV | 160.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 159 | 0 | 0.27 | 0.19 | 0.23 | 342.22 | 0.32 | 0.67 |
| Hex | C5 | 8F | 9F | 0 | 1B | 13 | 17 | 156 | 20 | 43 |
| Octal | 305 | 217 | 237 | 0 | 33 | 23 | 27 | 526 | 40 | 103 |
| Binary | 11000101 | 10001111 | 10011111 | 0 | 11011 | 10011 | 10111 | 101010110 | 100000 | 1000011 |
Color Harmonies of #C58F9F
Complementary color
Monochromatic Colors of #C58F9F
Black with #C58F9F
Text Example
Text Example
White with #C58F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F9F; }
p { color: rgb(197,143,159); }
H1.HeaderClassName
{
color: #C58F9F;
}
.AnyTagClassName
{
color: #C58F9F;
}
</style>
background-color css
<style>
a { background-color: #C58F9F; }
a { background-color: rgb(197,143,159); }
div.DivClassName
{
background-color: #C58F9F;
}
.BgClassName
{
background-color: #C58F9F;
}
</style>
border-color css
<style>
span { border-color: #C58F9F; }
span { border-color: rgb(197,143,159); }
td.TdClassName
{
border-color: #C58F9F;
}
.TagClassName
{
border-color: #C58F9F;
}
</style>