Shades of Viola #C387A0
Tints of Viola #C387A0
RGB
CMYK
RGB Variations
Color information
#C387A0 (or 0xC387A0) is known color: Viola. HEX triplet: C3, 87 and A0. RGB value is (195,135,160). Sum of RGB (Red+Green+Blue) = 195+135+160=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C387A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C387A0 is #3C785F. Grayscale: #9B9B9B. Windows color (decimal): -3962976 or 10520515. OLE color: 10520515.
HSL color Cylindrical-coordinate representation of color #C387A0: hue angle of 335º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C387A0 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 160 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.24 |
| HSL | 335º | 0.33% | 0.65% | - |
| HSV(B) | 335º | 0.31% | 0.76% | - |
| XYZ | 37.51 | 31.47 | 37.35 | - |
| YUV | 155.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 160 | 0 | 0.31 | 0.18 | 0.24 | 335 | 0.33 | 0.65 |
| Hex | C3 | 87 | A0 | 0 | 1F | 12 | 18 | 14F | 21 | 41 |
| Octal | 303 | 207 | 240 | 0 | 37 | 22 | 30 | 517 | 41 | 101 |
| Binary | 11000011 | 10000111 | 10100000 | 0 | 11111 | 10010 | 11000 | 101001111 | 100001 | 1000001 |
Color Harmonies of #C387A0
Complementary color
Monochromatic Colors of #C387A0
Black with #C387A0
Text Example
Text Example
White with #C387A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C387A0; }
p { color: rgb(195,135,160); }
H1.HeaderClassName
{
color: #C387A0;
}
.AnyTagClassName
{
color: #C387A0;
}
</style>
background-color css
<style>
a { background-color: #C387A0; }
a { background-color: rgb(195,135,160); }
div.DivClassName
{
background-color: #C387A0;
}
.BgClassName
{
background-color: #C387A0;
}
</style>
border-color css
<style>
span { border-color: #C387A0; }
span { border-color: rgb(195,135,160); }
td.TdClassName
{
border-color: #C387A0;
}
.TagClassName
{
border-color: #C387A0;
}
</style>