Shades of Viola #C4959F
Tints of Viola #C4959F
RGB
CMYK
RGB Variations
Color information
#C4959F (or 0xC4959F) is known color: Viola. HEX triplet: C4, 95 and 9F. RGB value is (196,149,159). Sum of RGB (Red+Green+Blue) = 196+149+159=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C4959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4959F is #3B6A60. Grayscale: #A4A4A4. Windows color (decimal): -3893857 or 10458564. OLE color: 10458564.
HSL color Cylindrical-coordinate representation of color #C4959F: hue angle of 347.23º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4959F is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 159 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.23 |
| HSL | 347.23º | 0.28% | 0.68% | - |
| HSV(B) | 347.23º | 0.24% | 0.77% | - |
| XYZ | 39.77 | 35.73 | 37.6 | - |
| YUV | 164.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 159 | 0 | 0.24 | 0.19 | 0.23 | 347.23 | 0.28 | 0.68 |
| Hex | C4 | 95 | 9F | 0 | 18 | 13 | 17 | 15B | 1C | 44 |
| Octal | 304 | 225 | 237 | 0 | 30 | 23 | 27 | 533 | 34 | 104 |
| Binary | 11000100 | 10010101 | 10011111 | 0 | 11000 | 10011 | 10111 | 101011011 | 11100 | 1000100 |
Color Harmonies of #C4959F
Complementary color
Monochromatic Colors of #C4959F
Black with #C4959F
Text Example
Text Example
White with #C4959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4959F; }
p { color: rgb(196,149,159); }
H1.HeaderClassName
{
color: #C4959F;
}
.AnyTagClassName
{
color: #C4959F;
}
</style>
background-color css
<style>
a { background-color: #C4959F; }
a { background-color: rgb(196,149,159); }
div.DivClassName
{
background-color: #C4959F;
}
.BgClassName
{
background-color: #C4959F;
}
</style>
border-color css
<style>
span { border-color: #C4959F; }
span { border-color: rgb(196,149,159); }
td.TdClassName
{
border-color: #C4959F;
}
.TagClassName
{
border-color: #C4959F;
}
</style>