Shades of Viola #C48FA0
Tints of Viola #C48FA0
RGB
CMYK
RGB Variations
Color information
#C48FA0 (or 0xC48FA0) is known color: Viola. HEX triplet: C4, 8F and A0. RGB value is (196,143,160). Sum of RGB (Red+Green+Blue) = 196+143+160=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48FA0 is #3B705F. Grayscale: #A0A0A0. Windows color (decimal): -3895392 or 10522564. OLE color: 10522564.
HSL color Cylindrical-coordinate representation of color #C48FA0: hue angle of 340.75º 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 #C48FA0 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 160 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.23 |
| HSL | 340.75º | 0.31% | 0.66% | - |
| HSV(B) | 340.75º | 0.27% | 0.77% | - |
| XYZ | 38.93 | 33.92 | 37.75 | - |
| YUV | 160.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 160 | 0 | 0.27 | 0.18 | 0.23 | 340.75 | 0.31 | 0.66 |
| Hex | C4 | 8F | A0 | 0 | 1B | 12 | 17 | 155 | 1F | 42 |
| Octal | 304 | 217 | 240 | 0 | 33 | 22 | 27 | 525 | 37 | 102 |
| Binary | 11000100 | 10001111 | 10100000 | 0 | 11011 | 10010 | 10111 | 101010101 | 11111 | 1000010 |
Color Harmonies of #C48FA0
Complementary color
Monochromatic Colors of #C48FA0
Black with #C48FA0
Text Example
Text Example
White with #C48FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48FA0; }
p { color: rgb(196,143,160); }
H1.HeaderClassName
{
color: #C48FA0;
}
.AnyTagClassName
{
color: #C48FA0;
}
</style>
background-color css
<style>
a { background-color: #C48FA0; }
a { background-color: rgb(196,143,160); }
div.DivClassName
{
background-color: #C48FA0;
}
.BgClassName
{
background-color: #C48FA0;
}
</style>
border-color css
<style>
span { border-color: #C48FA0; }
span { border-color: rgb(196,143,160); }
td.TdClassName
{
border-color: #C48FA0;
}
.TagClassName
{
border-color: #C48FA0;
}
</style>