Shades of Viola #C48BA4
Tints of Viola #C48BA4
RGB
CMYK
RGB Variations
Color information
#C48BA4 (or 0xC48BA4) is known color: Viola. HEX triplet: C4, 8B and A4. RGB value is (196,139,164). Sum of RGB (Red+Green+Blue) = 196+139+164=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48BA4 is #3B745B. Grayscale: #9E9E9E. Windows color (decimal): -3896412 or 10783684. OLE color: 10783684.
HSL color Cylindrical-coordinate representation of color #C48BA4: hue angle of 333.68º degrees, saturation: 0.33, 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 #C48BA4 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 164 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.23 |
| HSL | 333.68º | 0.33% | 0.66% | - |
| HSV(B) | 333.68º | 0.29% | 0.77% | - |
| XYZ | 38.7 | 32.88 | 39.43 | - |
| YUV | 158.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 164 | 0 | 0.29 | 0.16 | 0.23 | 333.68 | 0.33 | 0.66 |
| Hex | C4 | 8B | A4 | 0 | 1D | 10 | 17 | 14E | 21 | 42 |
| Octal | 304 | 213 | 244 | 0 | 35 | 20 | 27 | 516 | 41 | 102 |
| Binary | 11000100 | 10001011 | 10100100 | 0 | 11101 | 10000 | 10111 | 101001110 | 100001 | 1000010 |
Color Harmonies of #C48BA4
Complementary color
Monochromatic Colors of #C48BA4
Black with #C48BA4
Text Example
Text Example
White with #C48BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BA4; }
p { color: rgb(196,139,164); }
H1.HeaderClassName
{
color: #C48BA4;
}
.AnyTagClassName
{
color: #C48BA4;
}
</style>
background-color css
<style>
a { background-color: #C48BA4; }
a { background-color: rgb(196,139,164); }
div.DivClassName
{
background-color: #C48BA4;
}
.BgClassName
{
background-color: #C48BA4;
}
</style>
border-color css
<style>
span { border-color: #C48BA4; }
span { border-color: rgb(196,139,164); }
td.TdClassName
{
border-color: #C48BA4;
}
.TagClassName
{
border-color: #C48BA4;
}
</style>