Shades of Viola #C4929F
Tints of Viola #C4929F
RGB
CMYK
RGB Variations
Color information
#C4929F (or 0xC4929F) is known color: Viola. HEX triplet: C4, 92 and 9F. RGB value is (196,146,159). Sum of RGB (Red+Green+Blue) = 196+146+159=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4929F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4929F is #3B6D60. Grayscale: #A2A2A2. Windows color (decimal): -3894625 or 10457796. OLE color: 10457796.
HSL color Cylindrical-coordinate representation of color #C4929F: hue angle of 344.4º degrees, saturation: 0.3, 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 #C4929F is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 159 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.23 |
| HSL | 344.4º | 0.3% | 0.67% | - |
| HSV(B) | 344.4º | 0.26% | 0.77% | - |
| XYZ | 39.3 | 34.8 | 37.45 | - |
| YUV | 162.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 159 | 0 | 0.26 | 0.19 | 0.23 | 344.4 | 0.3 | 0.67 |
| Hex | C4 | 92 | 9F | 0 | 1A | 13 | 17 | 158 | 1E | 43 |
| Octal | 304 | 222 | 237 | 0 | 32 | 23 | 27 | 530 | 36 | 103 |
| Binary | 11000100 | 10010010 | 10011111 | 0 | 11010 | 10011 | 10111 | 101011000 | 11110 | 1000011 |
Color Harmonies of #C4929F
Complementary color
Monochromatic Colors of #C4929F
Black with #C4929F
Text Example
Text Example
White with #C4929F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4929F; }
p { color: rgb(196,146,159); }
H1.HeaderClassName
{
color: #C4929F;
}
.AnyTagClassName
{
color: #C4929F;
}
</style>
background-color css
<style>
a { background-color: #C4929F; }
a { background-color: rgb(196,146,159); }
div.DivClassName
{
background-color: #C4929F;
}
.BgClassName
{
background-color: #C4929F;
}
</style>
border-color css
<style>
span { border-color: #C4929F; }
span { border-color: rgb(196,146,159); }
td.TdClassName
{
border-color: #C4929F;
}
.TagClassName
{
border-color: #C4929F;
}
</style>