Shades of Viola #C385A0
Tints of Viola #C385A0
RGB
CMYK
RGB Variations
Color information
#C385A0 (or 0xC385A0) is known color: Viola. HEX triplet: C3, 85 and A0. RGB value is (195,133,160). Sum of RGB (Red+Green+Blue) = 195+133+160=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C385A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C385A0 is #3C7A5F. Grayscale: #9A9A9A. Windows color (decimal): -3963488 or 10520003. OLE color: 10520003.
HSL color Cylindrical-coordinate representation of color #C385A0: hue angle of 333.87º 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 #C385A0 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 160 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.24 |
| HSL | 333.87º | 0.34% | 0.64% | - |
| HSV(B) | 333.87º | 0.32% | 0.76% | - |
| XYZ | 37.24 | 30.92 | 37.26 | - |
| YUV | 154.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 160 | 0 | 0.32 | 0.18 | 0.24 | 333.87 | 0.34 | 0.64 |
| Hex | C3 | 85 | A0 | 0 | 20 | 12 | 18 | 14E | 22 | 40 |
| Octal | 303 | 205 | 240 | 0 | 40 | 22 | 30 | 516 | 42 | 100 |
| Binary | 11000011 | 10000101 | 10100000 | 0 | 100000 | 10010 | 11000 | 101001110 | 100010 | 1000000 |
Color Harmonies of #C385A0
Complementary color
Monochromatic Colors of #C385A0
Black with #C385A0
Text Example
Text Example
White with #C385A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385A0; }
p { color: rgb(195,133,160); }
H1.HeaderClassName
{
color: #C385A0;
}
.AnyTagClassName
{
color: #C385A0;
}
</style>
background-color css
<style>
a { background-color: #C385A0; }
a { background-color: rgb(195,133,160); }
div.DivClassName
{
background-color: #C385A0;
}
.BgClassName
{
background-color: #C385A0;
}
</style>
border-color css
<style>
span { border-color: #C385A0; }
span { border-color: rgb(195,133,160); }
td.TdClassName
{
border-color: #C385A0;
}
.TagClassName
{
border-color: #C385A0;
}
</style>