Shades of Viola #C58F9A
Tints of Viola #C58F9A
RGB
CMYK
RGB Variations
Color information
#C58F9A (or 0xC58F9A) is known color: Viola. HEX triplet: C5, 8F and 9A. RGB value is (197,143,154). Sum of RGB (Red+Green+Blue) = 197+143+154=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58F9A is #3A7065. Grayscale: #A0A0A0. Windows color (decimal): -3829862 or 10129349. OLE color: 10129349.
HSL color Cylindrical-coordinate representation of color #C58F9A: hue angle of 347.78º 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 #C58F9A is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 154 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.23 |
| HSL | 347.78º | 0.32% | 0.67% | - |
| HSV(B) | 347.78º | 0.27% | 0.77% | - |
| XYZ | 38.68 | 33.85 | 35.07 | - |
| YUV | 160.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 154 | 0 | 0.27 | 0.22 | 0.23 | 347.78 | 0.32 | 0.67 |
| Hex | C5 | 8F | 9A | 0 | 1B | 16 | 17 | 15C | 20 | 43 |
| Octal | 305 | 217 | 232 | 0 | 33 | 26 | 27 | 534 | 40 | 103 |
| Binary | 11000101 | 10001111 | 10011010 | 0 | 11011 | 10110 | 10111 | 101011100 | 100000 | 1000011 |
Color Harmonies of #C58F9A
Complementary color
Monochromatic Colors of #C58F9A
Black with #C58F9A
Text Example
Text Example
White with #C58F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F9A; }
p { color: rgb(197,143,154); }
H1.HeaderClassName
{
color: #C58F9A;
}
.AnyTagClassName
{
color: #C58F9A;
}
</style>
background-color css
<style>
a { background-color: #C58F9A; }
a { background-color: rgb(197,143,154); }
div.DivClassName
{
background-color: #C58F9A;
}
.BgClassName
{
background-color: #C58F9A;
}
</style>
border-color css
<style>
span { border-color: #C58F9A; }
span { border-color: rgb(197,143,154); }
td.TdClassName
{
border-color: #C58F9A;
}
.TagClassName
{
border-color: #C58F9A;
}
</style>