Shades of Viola #C48CA3
Tints of Viola #C48CA3
RGB
CMYK
RGB Variations
Color information
#C48CA3 (or 0xC48CA3) is known color: Viola. HEX triplet: C4, 8C and A3. RGB value is (196,140,163). Sum of RGB (Red+Green+Blue) = 196+140+163=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48CA3 is #3B735C. Grayscale: #9F9F9F. Windows color (decimal): -3896157 or 10718404. OLE color: 10718404.
HSL color Cylindrical-coordinate representation of color #C48CA3: hue angle of 335.36º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48CA3 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 163 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.23 |
| HSL | 335.36º | 0.32% | 0.66% | - |
| HSV(B) | 335.36º | 0.29% | 0.77% | - |
| XYZ | 38.75 | 33.14 | 39 | - |
| YUV | 159.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 163 | 0 | 0.29 | 0.17 | 0.23 | 335.36 | 0.32 | 0.66 |
| Hex | C4 | 8C | A3 | 0 | 1D | 11 | 17 | 14F | 20 | 42 |
| Octal | 304 | 214 | 243 | 0 | 35 | 21 | 27 | 517 | 40 | 102 |
| Binary | 11000100 | 10001100 | 10100011 | 0 | 11101 | 10001 | 10111 | 101001111 | 100000 | 1000010 |
Color Harmonies of #C48CA3
Complementary color
Monochromatic Colors of #C48CA3
Black with #C48CA3
Text Example
Text Example
White with #C48CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48CA3; }
p { color: rgb(196,140,163); }
H1.HeaderClassName
{
color: #C48CA3;
}
.AnyTagClassName
{
color: #C48CA3;
}
</style>
background-color css
<style>
a { background-color: #C48CA3; }
a { background-color: rgb(196,140,163); }
div.DivClassName
{
background-color: #C48CA3;
}
.BgClassName
{
background-color: #C48CA3;
}
</style>
border-color css
<style>
span { border-color: #C48CA3; }
span { border-color: rgb(196,140,163); }
td.TdClassName
{
border-color: #C48CA3;
}
.TagClassName
{
border-color: #C48CA3;
}
</style>