Shades of Viola #C4949D
Tints of Viola #C4949D
RGB
CMYK
RGB Variations
Color information
#C4949D (or 0xC4949D) is known color: Viola. HEX triplet: C4, 94 and 9D. RGB value is (196,148,157). Sum of RGB (Red+Green+Blue) = 196+148+157=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4949D is #3B6B62. Grayscale: #A3A3A3. Windows color (decimal): -3894115 or 10327236. OLE color: 10327236.
HSL color Cylindrical-coordinate representation of color #C4949D: hue angle of 348.75º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4949D is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 157 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.23 |
| HSL | 348.75º | 0.29% | 0.67% | - |
| HSV(B) | 348.75º | 0.24% | 0.77% | - |
| XYZ | 39.44 | 35.35 | 36.64 | - |
| YUV | 163.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 157 | 0 | 0.24 | 0.20 | 0.23 | 348.75 | 0.29 | 0.67 |
| Hex | C4 | 94 | 9D | 0 | 18 | 14 | 17 | 15D | 1D | 43 |
| Octal | 304 | 224 | 235 | 0 | 30 | 24 | 27 | 535 | 35 | 103 |
| Binary | 11000100 | 10010100 | 10011101 | 0 | 11000 | 10100 | 10111 | 101011101 | 11101 | 1000011 |
Color Harmonies of #C4949D
Complementary color
Monochromatic Colors of #C4949D
Black with #C4949D
Text Example
Text Example
White with #C4949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4949D; }
p { color: rgb(196,148,157); }
H1.HeaderClassName
{
color: #C4949D;
}
.AnyTagClassName
{
color: #C4949D;
}
</style>
background-color css
<style>
a { background-color: #C4949D; }
a { background-color: rgb(196,148,157); }
div.DivClassName
{
background-color: #C4949D;
}
.BgClassName
{
background-color: #C4949D;
}
</style>
border-color css
<style>
span { border-color: #C4949D; }
span { border-color: rgb(196,148,157); }
td.TdClassName
{
border-color: #C4949D;
}
.TagClassName
{
border-color: #C4949D;
}
</style>