Shades of Viola #C48D9F
Tints of Viola #C48D9F
RGB
CMYK
RGB Variations
Color information
#C48D9F (or 0xC48D9F) is known color: Viola. HEX triplet: C4, 8D and 9F. RGB value is (196,141,159). Sum of RGB (Red+Green+Blue) = 196+141+159=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48D9F is #3B7260. Grayscale: #9F9F9F. Windows color (decimal): -3895905 or 10456516. OLE color: 10456516.
HSL color Cylindrical-coordinate representation of color #C48D9F: hue angle of 340.36º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C48D9F is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 159 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.23 |
| HSL | 340.36º | 0.32% | 0.66% | - |
| HSV(B) | 340.36º | 0.28% | 0.77% | - |
| XYZ | 38.55 | 33.29 | 37.19 | - |
| YUV | 159.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 159 | 0 | 0.28 | 0.19 | 0.23 | 340.36 | 0.32 | 0.66 |
| Hex | C4 | 8D | 9F | 0 | 1C | 13 | 17 | 154 | 20 | 42 |
| Octal | 304 | 215 | 237 | 0 | 34 | 23 | 27 | 524 | 40 | 102 |
| Binary | 11000100 | 10001101 | 10011111 | 0 | 11100 | 10011 | 10111 | 101010100 | 100000 | 1000010 |
Color Harmonies of #C48D9F
Complementary color
Monochromatic Colors of #C48D9F
Black with #C48D9F
Text Example
Text Example
White with #C48D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D9F; }
p { color: rgb(196,141,159); }
H1.HeaderClassName
{
color: #C48D9F;
}
.AnyTagClassName
{
color: #C48D9F;
}
</style>
background-color css
<style>
a { background-color: #C48D9F; }
a { background-color: rgb(196,141,159); }
div.DivClassName
{
background-color: #C48D9F;
}
.BgClassName
{
background-color: #C48D9F;
}
</style>
border-color css
<style>
span { border-color: #C48D9F; }
span { border-color: rgb(196,141,159); }
td.TdClassName
{
border-color: #C48D9F;
}
.TagClassName
{
border-color: #C48D9F;
}
</style>