Shades of Viola #C48D9E
Tints of Viola #C48D9E
RGB
CMYK
RGB Variations
Color information
#C48D9E (or 0xC48D9E) is known color: Viola. HEX triplet: C4, 8D and 9E. RGB value is (196,141,158). Sum of RGB (Red+Green+Blue) = 196+141+158=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48D9E is #3B7261. Grayscale: #9F9F9F. Windows color (decimal): -3895906 or 10390980. OLE color: 10390980.
HSL color Cylindrical-coordinate representation of color #C48D9E: hue angle of 341.45º 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 #C48D9E is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 158 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.23 |
| HSL | 341.45º | 0.32% | 0.66% | - |
| HSV(B) | 341.45º | 0.28% | 0.77% | - |
| XYZ | 38.46 | 33.25 | 36.74 | - |
| YUV | 159.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 158 | 0 | 0.28 | 0.19 | 0.23 | 341.45 | 0.32 | 0.66 |
| Hex | C4 | 8D | 9E | 0 | 1C | 13 | 17 | 155 | 20 | 42 |
| Octal | 304 | 215 | 236 | 0 | 34 | 23 | 27 | 525 | 40 | 102 |
| Binary | 11000100 | 10001101 | 10011110 | 0 | 11100 | 10011 | 10111 | 101010101 | 100000 | 1000010 |
Color Harmonies of #C48D9E
Complementary color
Monochromatic Colors of #C48D9E
Black with #C48D9E
Text Example
Text Example
White with #C48D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D9E; }
p { color: rgb(196,141,158); }
H1.HeaderClassName
{
color: #C48D9E;
}
.AnyTagClassName
{
color: #C48D9E;
}
</style>
background-color css
<style>
a { background-color: #C48D9E; }
a { background-color: rgb(196,141,158); }
div.DivClassName
{
background-color: #C48D9E;
}
.BgClassName
{
background-color: #C48D9E;
}
</style>
border-color css
<style>
span { border-color: #C48D9E; }
span { border-color: rgb(196,141,158); }
td.TdClassName
{
border-color: #C48D9E;
}
.TagClassName
{
border-color: #C48D9E;
}
</style>