Shades of Viola #C58D9D
Tints of Viola #C58D9D
RGB
CMYK
RGB Variations
Color information
#C58D9D (or 0xC58D9D) is known color: Viola. HEX triplet: C5, 8D and 9D. RGB value is (197,141,157). Sum of RGB (Red+Green+Blue) = 197+141+157=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58D9D is #3A7262. Grayscale: #9F9F9F. Windows color (decimal): -3830371 or 10325445. OLE color: 10325445.
HSL color Cylindrical-coordinate representation of color #C58D9D: hue angle of 342.86º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58D9D is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 157 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.23 |
| HSL | 342.86º | 0.33% | 0.66% | - |
| HSV(B) | 342.86º | 0.28% | 0.77% | - |
| XYZ | 38.64 | 33.35 | 36.3 | - |
| YUV | 159.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 157 | 0 | 0.28 | 0.20 | 0.23 | 342.86 | 0.33 | 0.66 |
| Hex | C5 | 8D | 9D | 0 | 1C | 14 | 17 | 157 | 21 | 42 |
| Octal | 305 | 215 | 235 | 0 | 34 | 24 | 27 | 527 | 41 | 102 |
| Binary | 11000101 | 10001101 | 10011101 | 0 | 11100 | 10100 | 10111 | 101010111 | 100001 | 1000010 |
Color Harmonies of #C58D9D
Complementary color
Monochromatic Colors of #C58D9D
Black with #C58D9D
Text Example
Text Example
White with #C58D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D9D; }
p { color: rgb(197,141,157); }
H1.HeaderClassName
{
color: #C58D9D;
}
.AnyTagClassName
{
color: #C58D9D;
}
</style>
background-color css
<style>
a { background-color: #C58D9D; }
a { background-color: rgb(197,141,157); }
div.DivClassName
{
background-color: #C58D9D;
}
.BgClassName
{
background-color: #C58D9D;
}
</style>
border-color css
<style>
span { border-color: #C58D9D; }
span { border-color: rgb(197,141,157); }
td.TdClassName
{
border-color: #C58D9D;
}
.TagClassName
{
border-color: #C58D9D;
}
</style>