Shades of Viola #C58F94
Tints of Viola #C58F94
RGB
CMYK
RGB Variations
Color information
#C58F94 (or 0xC58F94) is known color: Viola. HEX triplet: C5, 8F and 94. RGB value is (197,143,148). Sum of RGB (Red+Green+Blue) = 197+143+148=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58F94 is #3A706B. Grayscale: #9F9F9F. Windows color (decimal): -3829868 or 9736133. OLE color: 9736133.
HSL color Cylindrical-coordinate representation of color #C58F94: hue angle of 354.44º 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 #C58F94 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 148 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.23 |
| HSL | 354.44º | 0.32% | 0.67% | - |
| HSV(B) | 354.44º | 0.27% | 0.77% | - |
| XYZ | 38.19 | 33.65 | 32.5 | - |
| YUV | 159.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 148 | 0 | 0.27 | 0.25 | 0.23 | 354.44 | 0.32 | 0.67 |
| Hex | C5 | 8F | 94 | 0 | 1B | 19 | 17 | 162 | 20 | 43 |
| Octal | 305 | 217 | 224 | 0 | 33 | 31 | 27 | 542 | 40 | 103 |
| Binary | 11000101 | 10001111 | 10010100 | 0 | 11011 | 11001 | 10111 | 101100010 | 100000 | 1000011 |
Color Harmonies of #C58F94
Complementary color
Monochromatic Colors of #C58F94
Black with #C58F94
Text Example
Text Example
White with #C58F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F94; }
p { color: rgb(197,143,148); }
H1.HeaderClassName
{
color: #C58F94;
}
.AnyTagClassName
{
color: #C58F94;
}
</style>
background-color css
<style>
a { background-color: #C58F94; }
a { background-color: rgb(197,143,148); }
div.DivClassName
{
background-color: #C58F94;
}
.BgClassName
{
background-color: #C58F94;
}
</style>
border-color css
<style>
span { border-color: #C58F94; }
span { border-color: rgb(197,143,148); }
td.TdClassName
{
border-color: #C58F94;
}
.TagClassName
{
border-color: #C58F94;
}
</style>