Shades of Viola #C38C9D
Tints of Viola #C38C9D
RGB
CMYK
RGB Variations
Color information
#C38C9D (or 0xC38C9D) is known color: Viola. HEX triplet: C3, 8C and 9D. RGB value is (195,140,157). Sum of RGB (Red+Green+Blue) = 195+140+157=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38C9D is #3C7362. Grayscale: #9E9E9E. Windows color (decimal): -3961699 or 10325187. OLE color: 10325187.
HSL color Cylindrical-coordinate representation of color #C38C9D: hue angle of 341.45º 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 #C38C9D is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 157 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.24 |
| HSL | 341.45º | 0.31% | 0.66% | - |
| HSV(B) | 341.45º | 0.28% | 0.76% | - |
| XYZ | 37.97 | 32.79 | 36.23 | - |
| YUV | 158.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 157 | 0 | 0.28 | 0.19 | 0.24 | 341.45 | 0.31 | 0.66 |
| Hex | C3 | 8C | 9D | 0 | 1C | 13 | 18 | 155 | 1F | 42 |
| Octal | 303 | 214 | 235 | 0 | 34 | 23 | 30 | 525 | 37 | 102 |
| Binary | 11000011 | 10001100 | 10011101 | 0 | 11100 | 10011 | 11000 | 101010101 | 11111 | 1000010 |
Color Harmonies of #C38C9D
Complementary color
Monochromatic Colors of #C38C9D
Black with #C38C9D
Text Example
Text Example
White with #C38C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38C9D; }
p { color: rgb(195,140,157); }
H1.HeaderClassName
{
color: #C38C9D;
}
.AnyTagClassName
{
color: #C38C9D;
}
</style>
background-color css
<style>
a { background-color: #C38C9D; }
a { background-color: rgb(195,140,157); }
div.DivClassName
{
background-color: #C38C9D;
}
.BgClassName
{
background-color: #C38C9D;
}
</style>
border-color css
<style>
span { border-color: #C38C9D; }
span { border-color: rgb(195,140,157); }
td.TdClassName
{
border-color: #C38C9D;
}
.TagClassName
{
border-color: #C38C9D;
}
</style>