Shades of Viola #C38EA0
Tints of Viola #C38EA0
RGB
CMYK
RGB Variations
Color information
#C38EA0 (or 0xC38EA0) is known color: Viola. HEX triplet: C3, 8E and A0. RGB value is (195,142,160). Sum of RGB (Red+Green+Blue) = 195+142+160=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C38EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38EA0 is #3C715F. Grayscale: #9F9F9F. Windows color (decimal): -3961184 or 10522307. OLE color: 10522307.
HSL color Cylindrical-coordinate representation of color #C38EA0: hue angle of 339.62º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C38EA0 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 160 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.24 |
| HSL | 339.62º | 0.31% | 0.66% | - |
| HSV(B) | 339.62º | 0.27% | 0.76% | - |
| XYZ | 38.52 | 33.49 | 37.69 | - |
| YUV | 159.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 160 | 0 | 0.27 | 0.18 | 0.24 | 339.62 | 0.31 | 0.66 |
| Hex | C3 | 8E | A0 | 0 | 1B | 12 | 18 | 154 | 1F | 42 |
| Octal | 303 | 216 | 240 | 0 | 33 | 22 | 30 | 524 | 37 | 102 |
| Binary | 11000011 | 10001110 | 10100000 | 0 | 11011 | 10010 | 11000 | 101010100 | 11111 | 1000010 |
Color Harmonies of #C38EA0
Complementary color
Monochromatic Colors of #C38EA0
Black with #C38EA0
Text Example
Text Example
White with #C38EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38EA0; }
p { color: rgb(195,142,160); }
H1.HeaderClassName
{
color: #C38EA0;
}
.AnyTagClassName
{
color: #C38EA0;
}
</style>
background-color css
<style>
a { background-color: #C38EA0; }
a { background-color: rgb(195,142,160); }
div.DivClassName
{
background-color: #C38EA0;
}
.BgClassName
{
background-color: #C38EA0;
}
</style>
border-color css
<style>
span { border-color: #C38EA0; }
span { border-color: rgb(195,142,160); }
td.TdClassName
{
border-color: #C38EA0;
}
.TagClassName
{
border-color: #C38EA0;
}
</style>