Shades of Viola #C48FA1
Tints of Viola #C48FA1
RGB
CMYK
RGB Variations
Color information
#C48FA1 (or 0xC48FA1) is known color: Viola. HEX triplet: C4, 8F and A1. RGB value is (196,143,161). Sum of RGB (Red+Green+Blue) = 196+143+161=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48FA1 is #3B705E. Grayscale: #A0A0A0. Windows color (decimal): -3895391 or 10588100. OLE color: 10588100.
HSL color Cylindrical-coordinate representation of color #C48FA1: hue angle of 339.62º 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 #C48FA1 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 161 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.23 |
| HSL | 339.62º | 0.31% | 0.66% | - |
| HSV(B) | 339.62º | 0.27% | 0.77% | - |
| XYZ | 39.02 | 33.95 | 38.22 | - |
| YUV | 160.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 161 | 0 | 0.27 | 0.18 | 0.23 | 339.62 | 0.31 | 0.66 |
| Hex | C4 | 8F | A1 | 0 | 1B | 12 | 17 | 154 | 1F | 42 |
| Octal | 304 | 217 | 241 | 0 | 33 | 22 | 27 | 524 | 37 | 102 |
| Binary | 11000100 | 10001111 | 10100001 | 0 | 11011 | 10010 | 10111 | 101010100 | 11111 | 1000010 |
Color Harmonies of #C48FA1
Complementary color
Monochromatic Colors of #C48FA1
Black with #C48FA1
Text Example
Text Example
White with #C48FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48FA1; }
p { color: rgb(196,143,161); }
H1.HeaderClassName
{
color: #C48FA1;
}
.AnyTagClassName
{
color: #C48FA1;
}
</style>
background-color css
<style>
a { background-color: #C48FA1; }
a { background-color: rgb(196,143,161); }
div.DivClassName
{
background-color: #C48FA1;
}
.BgClassName
{
background-color: #C48FA1;
}
</style>
border-color css
<style>
span { border-color: #C48FA1; }
span { border-color: rgb(196,143,161); }
td.TdClassName
{
border-color: #C48FA1;
}
.TagClassName
{
border-color: #C48FA1;
}
</style>