Shades of Viola #C5929D
Tints of Viola #C5929D
RGB
CMYK
RGB Variations
Color information
#C5929D (or 0xC5929D) is known color: Viola. HEX triplet: C5, 92 and 9D. RGB value is (197,146,157). Sum of RGB (Red+Green+Blue) = 197+146+157=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C5929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5929D is #3A6D62. Grayscale: #A2A2A2. Windows color (decimal): -3829091 or 10326725. OLE color: 10326725.
HSL color Cylindrical-coordinate representation of color #C5929D: hue angle of 347.06º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5929D is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 157 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.23 |
| HSL | 347.06º | 0.31% | 0.67% | - |
| HSV(B) | 347.06º | 0.26% | 0.77% | - |
| XYZ | 39.39 | 34.86 | 36.55 | - |
| YUV | 162.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 157 | 0 | 0.26 | 0.20 | 0.23 | 347.06 | 0.31 | 0.67 |
| Hex | C5 | 92 | 9D | 0 | 1A | 14 | 17 | 15B | 1F | 43 |
| Octal | 305 | 222 | 235 | 0 | 32 | 24 | 27 | 533 | 37 | 103 |
| Binary | 11000101 | 10010010 | 10011101 | 0 | 11010 | 10100 | 10111 | 101011011 | 11111 | 1000011 |
Color Harmonies of #C5929D
Complementary color
Monochromatic Colors of #C5929D
Black with #C5929D
Text Example
Text Example
White with #C5929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5929D; }
p { color: rgb(197,146,157); }
H1.HeaderClassName
{
color: #C5929D;
}
.AnyTagClassName
{
color: #C5929D;
}
</style>
background-color css
<style>
a { background-color: #C5929D; }
a { background-color: rgb(197,146,157); }
div.DivClassName
{
background-color: #C5929D;
}
.BgClassName
{
background-color: #C5929D;
}
</style>
border-color css
<style>
span { border-color: #C5929D; }
span { border-color: rgb(197,146,157); }
td.TdClassName
{
border-color: #C5929D;
}
.TagClassName
{
border-color: #C5929D;
}
</style>