Shades of Viola #C58A9F
Tints of Viola #C58A9F
RGB
CMYK
RGB Variations
Color information
#C58A9F (or 0xC58A9F) is known color: Viola. HEX triplet: C5, 8A and 9F. RGB value is (197,138,159). Sum of RGB (Red+Green+Blue) = 197+138+159=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58A9F is #3A7560. Grayscale: #9E9E9E. Windows color (decimal): -3831137 or 10455749. OLE color: 10455749.
HSL color Cylindrical-coordinate representation of color #C58A9F: hue angle of 338.64º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58A9F is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 159 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.23 |
| HSL | 338.64º | 0.34% | 0.66% | - |
| HSV(B) | 338.64º | 0.3% | 0.77% | - |
| XYZ | 38.37 | 32.55 | 37.06 | - |
| YUV | 158.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 159 | 0 | 0.30 | 0.19 | 0.23 | 338.64 | 0.34 | 0.66 |
| Hex | C5 | 8A | 9F | 0 | 1E | 13 | 17 | 153 | 22 | 42 |
| Octal | 305 | 212 | 237 | 0 | 36 | 23 | 27 | 523 | 42 | 102 |
| Binary | 11000101 | 10001010 | 10011111 | 0 | 11110 | 10011 | 10111 | 101010011 | 100010 | 1000010 |
Color Harmonies of #C58A9F
Complementary color
Monochromatic Colors of #C58A9F
Black with #C58A9F
Text Example
Text Example
White with #C58A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A9F; }
p { color: rgb(197,138,159); }
H1.HeaderClassName
{
color: #C58A9F;
}
.AnyTagClassName
{
color: #C58A9F;
}
</style>
background-color css
<style>
a { background-color: #C58A9F; }
a { background-color: rgb(197,138,159); }
div.DivClassName
{
background-color: #C58A9F;
}
.BgClassName
{
background-color: #C58A9F;
}
</style>
border-color css
<style>
span { border-color: #C58A9F; }
span { border-color: rgb(197,138,159); }
td.TdClassName
{
border-color: #C58A9F;
}
.TagClassName
{
border-color: #C58A9F;
}
</style>