Shades of Viola #C48CA4
Tints of Viola #C48CA4
RGB
CMYK
RGB Variations
Color information
#C48CA4 (or 0xC48CA4) is known color: Viola. HEX triplet: C4, 8C and A4. RGB value is (196,140,164). Sum of RGB (Red+Green+Blue) = 196+140+164=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48CA4 is #3B735B. Grayscale: #9F9F9F. Windows color (decimal): -3896156 or 10783940. OLE color: 10783940.
HSL color Cylindrical-coordinate representation of color #C48CA4: hue angle of 334.29º 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 #C48CA4 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 164 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.23 |
| HSL | 334.29º | 0.32% | 0.66% | - |
| HSV(B) | 334.29º | 0.29% | 0.77% | - |
| XYZ | 38.84 | 33.17 | 39.48 | - |
| YUV | 159.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 164 | 0 | 0.29 | 0.16 | 0.23 | 334.29 | 0.32 | 0.66 |
| Hex | C4 | 8C | A4 | 0 | 1D | 10 | 17 | 14E | 20 | 42 |
| Octal | 304 | 214 | 244 | 0 | 35 | 20 | 27 | 516 | 40 | 102 |
| Binary | 11000100 | 10001100 | 10100100 | 0 | 11101 | 10000 | 10111 | 101001110 | 100000 | 1000010 |
Color Harmonies of #C48CA4
Complementary color
Monochromatic Colors of #C48CA4
Black with #C48CA4
Text Example
Text Example
White with #C48CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48CA4; }
p { color: rgb(196,140,164); }
H1.HeaderClassName
{
color: #C48CA4;
}
.AnyTagClassName
{
color: #C48CA4;
}
</style>
background-color css
<style>
a { background-color: #C48CA4; }
a { background-color: rgb(196,140,164); }
div.DivClassName
{
background-color: #C48CA4;
}
.BgClassName
{
background-color: #C48CA4;
}
</style>
border-color css
<style>
span { border-color: #C48CA4; }
span { border-color: rgb(196,140,164); }
td.TdClassName
{
border-color: #C48CA4;
}
.TagClassName
{
border-color: #C48CA4;
}
</style>