Shades of Viola #C38D9F
Tints of Viola #C38D9F
RGB
CMYK
RGB Variations
Color information
#C38D9F (or 0xC38D9F) is known color: Viola. HEX triplet: C3, 8D and 9F. RGB value is (195,141,159). Sum of RGB (Red+Green+Blue) = 195+141+159=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38D9F is #3C7260. Grayscale: #9F9F9F. Windows color (decimal): -3961441 or 10456515. OLE color: 10456515.
HSL color Cylindrical-coordinate representation of color #C38D9F: hue angle of 340º 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 #C38D9F is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 159 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.24 |
| HSL | 340º | 0.31% | 0.66% | - |
| HSV(B) | 340º | 0.28% | 0.76% | - |
| XYZ | 38.29 | 33.16 | 37.18 | - |
| YUV | 159.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 159 | 0 | 0.28 | 0.18 | 0.24 | 340 | 0.31 | 0.66 |
| Hex | C3 | 8D | 9F | 0 | 1C | 12 | 18 | 154 | 1F | 42 |
| Octal | 303 | 215 | 237 | 0 | 34 | 22 | 30 | 524 | 37 | 102 |
| Binary | 11000011 | 10001101 | 10011111 | 0 | 11100 | 10010 | 11000 | 101010100 | 11111 | 1000010 |
Color Harmonies of #C38D9F
Complementary color
Monochromatic Colors of #C38D9F
Black with #C38D9F
Text Example
Text Example
White with #C38D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D9F; }
p { color: rgb(195,141,159); }
H1.HeaderClassName
{
color: #C38D9F;
}
.AnyTagClassName
{
color: #C38D9F;
}
</style>
background-color css
<style>
a { background-color: #C38D9F; }
a { background-color: rgb(195,141,159); }
div.DivClassName
{
background-color: #C38D9F;
}
.BgClassName
{
background-color: #C38D9F;
}
</style>
border-color css
<style>
span { border-color: #C38D9F; }
span { border-color: rgb(195,141,159); }
td.TdClassName
{
border-color: #C38D9F;
}
.TagClassName
{
border-color: #C38D9F;
}
</style>