Shades of Viola #C38C9F
Tints of Viola #C38C9F
RGB
CMYK
RGB Variations
Color information
#C38C9F (or 0xC38C9F) is known color: Viola. HEX triplet: C3, 8C and 9F. RGB value is (195,140,159). Sum of RGB (Red+Green+Blue) = 195+140+159=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38C9F is #3C7360. Grayscale: #9E9E9E. Windows color (decimal): -3961697 or 10456259. OLE color: 10456259.
HSL color Cylindrical-coordinate representation of color #C38C9F: hue angle of 339.27º 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 #C38C9F is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 159 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.24 |
| HSL | 339.27º | 0.31% | 0.66% | - |
| HSV(B) | 339.27º | 0.28% | 0.76% | - |
| XYZ | 38.14 | 32.86 | 37.13 | - |
| YUV | 158.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 159 | 0 | 0.28 | 0.18 | 0.24 | 339.27 | 0.31 | 0.66 |
| Hex | C3 | 8C | 9F | 0 | 1C | 12 | 18 | 153 | 1F | 42 |
| Octal | 303 | 214 | 237 | 0 | 34 | 22 | 30 | 523 | 37 | 102 |
| Binary | 11000011 | 10001100 | 10011111 | 0 | 11100 | 10010 | 11000 | 101010011 | 11111 | 1000010 |
Color Harmonies of #C38C9F
Complementary color
Monochromatic Colors of #C38C9F
Black with #C38C9F
Text Example
Text Example
White with #C38C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38C9F; }
p { color: rgb(195,140,159); }
H1.HeaderClassName
{
color: #C38C9F;
}
.AnyTagClassName
{
color: #C38C9F;
}
</style>
background-color css
<style>
a { background-color: #C38C9F; }
a { background-color: rgb(195,140,159); }
div.DivClassName
{
background-color: #C38C9F;
}
.BgClassName
{
background-color: #C38C9F;
}
</style>
border-color css
<style>
span { border-color: #C38C9F; }
span { border-color: rgb(195,140,159); }
td.TdClassName
{
border-color: #C38C9F;
}
.TagClassName
{
border-color: #C38C9F;
}
</style>