Shades of Viola #C48F9E
Tints of Viola #C48F9E
RGB
CMYK
RGB Variations
Color information
#C48F9E (or 0xC48F9E) is known color: Viola. HEX triplet: C4, 8F and 9E. RGB value is (196,143,158). Sum of RGB (Red+Green+Blue) = 196+143+158=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48F9E is #3B7061. Grayscale: #A0A0A0. Windows color (decimal): -3895394 or 10391492. OLE color: 10391492.
HSL color Cylindrical-coordinate representation of color #C48F9E: hue angle of 343.02º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C48F9E is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 158 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.23 |
| HSL | 343.02º | 0.31% | 0.66% | - |
| HSV(B) | 343.02º | 0.27% | 0.77% | - |
| XYZ | 38.76 | 33.85 | 36.84 | - |
| YUV | 160.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 158 | 0 | 0.27 | 0.19 | 0.23 | 343.02 | 0.31 | 0.66 |
| Hex | C4 | 8F | 9E | 0 | 1B | 13 | 17 | 157 | 1F | 42 |
| Octal | 304 | 217 | 236 | 0 | 33 | 23 | 27 | 527 | 37 | 102 |
| Binary | 11000100 | 10001111 | 10011110 | 0 | 11011 | 10011 | 10111 | 101010111 | 11111 | 1000010 |
Color Harmonies of #C48F9E
Complementary color
Monochromatic Colors of #C48F9E
Black with #C48F9E
Text Example
Text Example
White with #C48F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F9E; }
p { color: rgb(196,143,158); }
H1.HeaderClassName
{
color: #C48F9E;
}
.AnyTagClassName
{
color: #C48F9E;
}
</style>
background-color css
<style>
a { background-color: #C48F9E; }
a { background-color: rgb(196,143,158); }
div.DivClassName
{
background-color: #C48F9E;
}
.BgClassName
{
background-color: #C48F9E;
}
</style>
border-color css
<style>
span { border-color: #C48F9E; }
span { border-color: rgb(196,143,158); }
td.TdClassName
{
border-color: #C48F9E;
}
.TagClassName
{
border-color: #C48F9E;
}
</style>