Shades of Viola #C4939D
Tints of Viola #C4939D
RGB
CMYK
RGB Variations
Color information
#C4939D (or 0xC4939D) is known color: Viola. HEX triplet: C4, 93 and 9D. RGB value is (196,147,157). Sum of RGB (Red+Green+Blue) = 196+147+157=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4939D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4939D is #3B6C62. Grayscale: #A2A2A2. Windows color (decimal): -3894371 or 10326980. OLE color: 10326980.
HSL color Cylindrical-coordinate representation of color #C4939D: hue angle of 347.76º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4939D is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 157 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.23 |
| HSL | 347.76º | 0.29% | 0.67% | - |
| HSV(B) | 347.76º | 0.25% | 0.77% | - |
| XYZ | 39.28 | 35.04 | 36.59 | - |
| YUV | 162.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 157 | 0 | 0.25 | 0.20 | 0.23 | 347.76 | 0.29 | 0.67 |
| Hex | C4 | 93 | 9D | 0 | 19 | 14 | 17 | 15C | 1D | 43 |
| Octal | 304 | 223 | 235 | 0 | 31 | 24 | 27 | 534 | 35 | 103 |
| Binary | 11000100 | 10010011 | 10011101 | 0 | 11001 | 10100 | 10111 | 101011100 | 11101 | 1000011 |
Color Harmonies of #C4939D
Complementary color
Monochromatic Colors of #C4939D
Black with #C4939D
Text Example
Text Example
White with #C4939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4939D; }
p { color: rgb(196,147,157); }
H1.HeaderClassName
{
color: #C4939D;
}
.AnyTagClassName
{
color: #C4939D;
}
</style>
background-color css
<style>
a { background-color: #C4939D; }
a { background-color: rgb(196,147,157); }
div.DivClassName
{
background-color: #C4939D;
}
.BgClassName
{
background-color: #C4939D;
}
</style>
border-color css
<style>
span { border-color: #C4939D; }
span { border-color: rgb(196,147,157); }
td.TdClassName
{
border-color: #C4939D;
}
.TagClassName
{
border-color: #C4939D;
}
</style>