Shades of Viola #C38DA0
Tints of Viola #C38DA0
RGB
CMYK
RGB Variations
Color information
#C38DA0 (or 0xC38DA0) is known color: Viola. HEX triplet: C3, 8D and A0. RGB value is (195,141,160). Sum of RGB (Red+Green+Blue) = 195+141+160=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38DA0 is #3C725F. Grayscale: #9F9F9F. Windows color (decimal): -3961440 or 10522051. OLE color: 10522051.
HSL color Cylindrical-coordinate representation of color #C38DA0: hue angle of 338.89º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38DA0 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 160 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.24 |
| HSL | 338.89º | 0.31% | 0.66% | - |
| HSV(B) | 338.89º | 0.28% | 0.76% | - |
| XYZ | 38.38 | 33.19 | 37.64 | - |
| YUV | 159.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 160 | 0 | 0.28 | 0.18 | 0.24 | 338.89 | 0.31 | 0.66 |
| Hex | C3 | 8D | A0 | 0 | 1C | 12 | 18 | 153 | 1F | 42 |
| Octal | 303 | 215 | 240 | 0 | 34 | 22 | 30 | 523 | 37 | 102 |
| Binary | 11000011 | 10001101 | 10100000 | 0 | 11100 | 10010 | 11000 | 101010011 | 11111 | 1000010 |
Color Harmonies of #C38DA0
Complementary color
Monochromatic Colors of #C38DA0
Black with #C38DA0
Text Example
Text Example
White with #C38DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38DA0; }
p { color: rgb(195,141,160); }
H1.HeaderClassName
{
color: #C38DA0;
}
.AnyTagClassName
{
color: #C38DA0;
}
</style>
background-color css
<style>
a { background-color: #C38DA0; }
a { background-color: rgb(195,141,160); }
div.DivClassName
{
background-color: #C38DA0;
}
.BgClassName
{
background-color: #C38DA0;
}
</style>
border-color css
<style>
span { border-color: #C38DA0; }
span { border-color: rgb(195,141,160); }
td.TdClassName
{
border-color: #C38DA0;
}
.TagClassName
{
border-color: #C38DA0;
}
</style>