Shades of Viola #C48FA2
Tints of Viola #C48FA2
RGB
CMYK
RGB Variations
Color information
#C48FA2 (or 0xC48FA2) is known color: Viola. HEX triplet: C4, 8F and A2. RGB value is (196,143,162). Sum of RGB (Red+Green+Blue) = 196+143+162=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48FA2 is #3B705D. Grayscale: #A0A0A0. Windows color (decimal): -3895390 or 10653636. OLE color: 10653636.
HSL color Cylindrical-coordinate representation of color #C48FA2: hue angle of 338.49º 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 #C48FA2 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 162 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.23 |
| HSL | 338.49º | 0.31% | 0.66% | - |
| HSV(B) | 338.49º | 0.27% | 0.77% | - |
| XYZ | 39.11 | 33.99 | 38.68 | - |
| YUV | 161.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 162 | 0 | 0.27 | 0.17 | 0.23 | 338.49 | 0.31 | 0.66 |
| Hex | C4 | 8F | A2 | 0 | 1B | 11 | 17 | 152 | 1F | 42 |
| Octal | 304 | 217 | 242 | 0 | 33 | 21 | 27 | 522 | 37 | 102 |
| Binary | 11000100 | 10001111 | 10100010 | 0 | 11011 | 10001 | 10111 | 101010010 | 11111 | 1000010 |
Color Harmonies of #C48FA2
Complementary color
Monochromatic Colors of #C48FA2
Black with #C48FA2
Text Example
Text Example
White with #C48FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48FA2; }
p { color: rgb(196,143,162); }
H1.HeaderClassName
{
color: #C48FA2;
}
.AnyTagClassName
{
color: #C48FA2;
}
</style>
background-color css
<style>
a { background-color: #C48FA2; }
a { background-color: rgb(196,143,162); }
div.DivClassName
{
background-color: #C48FA2;
}
.BgClassName
{
background-color: #C48FA2;
}
</style>
border-color css
<style>
span { border-color: #C48FA2; }
span { border-color: rgb(196,143,162); }
td.TdClassName
{
border-color: #C48FA2;
}
.TagClassName
{
border-color: #C48FA2;
}
</style>