Shades of Viola #C48F94
Tints of Viola #C48F94
RGB
CMYK
RGB Variations
Color information
#C48F94 (or 0xC48F94) is known color: Viola. HEX triplet: C4, 8F and 94. RGB value is (196,143,148). Sum of RGB (Red+Green+Blue) = 196+143+148=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48F94 is #3B706B. Grayscale: #9F9F9F. Windows color (decimal): -3895404 or 9736132. OLE color: 9736132.
HSL color Cylindrical-coordinate representation of color #C48F94: hue angle of 354.34º 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 #C48F94 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 148 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.23 |
| HSL | 354.34º | 0.31% | 0.66% | - |
| HSV(B) | 354.34º | 0.27% | 0.77% | - |
| XYZ | 37.93 | 33.52 | 32.49 | - |
| YUV | 159.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 148 | 0 | 0.27 | 0.24 | 0.23 | 354.34 | 0.31 | 0.66 |
| Hex | C4 | 8F | 94 | 0 | 1B | 18 | 17 | 162 | 1F | 42 |
| Octal | 304 | 217 | 224 | 0 | 33 | 30 | 27 | 542 | 37 | 102 |
| Binary | 11000100 | 10001111 | 10010100 | 0 | 11011 | 11000 | 10111 | 101100010 | 11111 | 1000010 |
Color Harmonies of #C48F94
Complementary color
Monochromatic Colors of #C48F94
Black with #C48F94
Text Example
Text Example
White with #C48F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F94; }
p { color: rgb(196,143,148); }
H1.HeaderClassName
{
color: #C48F94;
}
.AnyTagClassName
{
color: #C48F94;
}
</style>
background-color css
<style>
a { background-color: #C48F94; }
a { background-color: rgb(196,143,148); }
div.DivClassName
{
background-color: #C48F94;
}
.BgClassName
{
background-color: #C48F94;
}
</style>
border-color css
<style>
span { border-color: #C48F94; }
span { border-color: rgb(196,143,148); }
td.TdClassName
{
border-color: #C48F94;
}
.TagClassName
{
border-color: #C48F94;
}
</style>