Shades of Viola #C3859D
Tints of Viola #C3859D
RGB
CMYK
RGB Variations
Color information
#C3859D (or 0xC3859D) is known color: Viola. HEX triplet: C3, 85 and 9D. RGB value is (195,133,157). Sum of RGB (Red+Green+Blue) = 195+133+157=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3859D is #3C7A62. Grayscale: #9A9A9A. Windows color (decimal): -3963491 or 10323395. OLE color: 10323395.
HSL color Cylindrical-coordinate representation of color #C3859D: hue angle of 336.77º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3859D is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 157 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.24 |
| HSL | 336.77º | 0.34% | 0.64% | - |
| HSV(B) | 336.77º | 0.32% | 0.76% | - |
| XYZ | 36.98 | 30.81 | 35.9 | - |
| YUV | 154.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 157 | 0 | 0.32 | 0.19 | 0.24 | 336.77 | 0.34 | 0.64 |
| Hex | C3 | 85 | 9D | 0 | 20 | 13 | 18 | 151 | 22 | 40 |
| Octal | 303 | 205 | 235 | 0 | 40 | 23 | 30 | 521 | 42 | 100 |
| Binary | 11000011 | 10000101 | 10011101 | 0 | 100000 | 10011 | 11000 | 101010001 | 100010 | 1000000 |
Color Harmonies of #C3859D
Complementary color
Monochromatic Colors of #C3859D
Black with #C3859D
Text Example
Text Example
White with #C3859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3859D; }
p { color: rgb(195,133,157); }
H1.HeaderClassName
{
color: #C3859D;
}
.AnyTagClassName
{
color: #C3859D;
}
</style>
background-color css
<style>
a { background-color: #C3859D; }
a { background-color: rgb(195,133,157); }
div.DivClassName
{
background-color: #C3859D;
}
.BgClassName
{
background-color: #C3859D;
}
</style>
border-color css
<style>
span { border-color: #C3859D; }
span { border-color: rgb(195,133,157); }
td.TdClassName
{
border-color: #C3859D;
}
.TagClassName
{
border-color: #C3859D;
}
</style>