Shades of Viola #C48C9E
Tints of Viola #C48C9E
RGB
CMYK
RGB Variations
Color information
#C48C9E (or 0xC48C9E) is known color: Viola. HEX triplet: C4, 8C and 9E. RGB value is (196,140,158). Sum of RGB (Red+Green+Blue) = 196+140+158=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48C9E is #3B7361. Grayscale: #9E9E9E. Windows color (decimal): -3896162 or 10390724. OLE color: 10390724.
HSL color Cylindrical-coordinate representation of color #C48C9E: hue angle of 340.71º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48C9E is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 158 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.23 |
| HSL | 340.71º | 0.32% | 0.66% | - |
| HSV(B) | 340.71º | 0.29% | 0.77% | - |
| XYZ | 38.31 | 32.96 | 36.69 | - |
| YUV | 158.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 158 | 0 | 0.29 | 0.19 | 0.23 | 340.71 | 0.32 | 0.66 |
| Hex | C4 | 8C | 9E | 0 | 1D | 13 | 17 | 155 | 20 | 42 |
| Octal | 304 | 214 | 236 | 0 | 35 | 23 | 27 | 525 | 40 | 102 |
| Binary | 11000100 | 10001100 | 10011110 | 0 | 11101 | 10011 | 10111 | 101010101 | 100000 | 1000010 |
Color Harmonies of #C48C9E
Complementary color
Monochromatic Colors of #C48C9E
Black with #C48C9E
Text Example
Text Example
White with #C48C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C9E; }
p { color: rgb(196,140,158); }
H1.HeaderClassName
{
color: #C48C9E;
}
.AnyTagClassName
{
color: #C48C9E;
}
</style>
background-color css
<style>
a { background-color: #C48C9E; }
a { background-color: rgb(196,140,158); }
div.DivClassName
{
background-color: #C48C9E;
}
.BgClassName
{
background-color: #C48C9E;
}
</style>
border-color css
<style>
span { border-color: #C48C9E; }
span { border-color: rgb(196,140,158); }
td.TdClassName
{
border-color: #C48C9E;
}
.TagClassName
{
border-color: #C48C9E;
}
</style>