Shades of Viola #C38EA3
Tints of Viola #C38EA3
RGB
CMYK
RGB Variations
Color information
#C38EA3 (or 0xC38EA3) is known color: Viola. HEX triplet: C3, 8E and A3. RGB value is (195,142,163). Sum of RGB (Red+Green+Blue) = 195+142+163=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C38EA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38EA3 is #3C715C. Grayscale: #A0A0A0. Windows color (decimal): -3961181 or 10718915. OLE color: 10718915.
HSL color Cylindrical-coordinate representation of color #C38EA3: hue angle of 336.23º 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 #C38EA3 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 163 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.24 |
| HSL | 336.23º | 0.31% | 0.66% | - |
| HSV(B) | 336.23º | 0.27% | 0.76% | - |
| XYZ | 38.79 | 33.59 | 39.09 | - |
| YUV | 160.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 163 | 0 | 0.27 | 0.16 | 0.24 | 336.23 | 0.31 | 0.66 |
| Hex | C3 | 8E | A3 | 0 | 1B | 10 | 18 | 150 | 1F | 42 |
| Octal | 303 | 216 | 243 | 0 | 33 | 20 | 30 | 520 | 37 | 102 |
| Binary | 11000011 | 10001110 | 10100011 | 0 | 11011 | 10000 | 11000 | 101010000 | 11111 | 1000010 |
Color Harmonies of #C38EA3
Complementary color
Monochromatic Colors of #C38EA3
Black with #C38EA3
Text Example
Text Example
White with #C38EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38EA3; }
p { color: rgb(195,142,163); }
H1.HeaderClassName
{
color: #C38EA3;
}
.AnyTagClassName
{
color: #C38EA3;
}
</style>
background-color css
<style>
a { background-color: #C38EA3; }
a { background-color: rgb(195,142,163); }
div.DivClassName
{
background-color: #C38EA3;
}
.BgClassName
{
background-color: #C38EA3;
}
</style>
border-color css
<style>
span { border-color: #C38EA3; }
span { border-color: rgb(195,142,163); }
td.TdClassName
{
border-color: #C38EA3;
}
.TagClassName
{
border-color: #C38EA3;
}
</style>