Shades of Viola #C38F9F
Tints of Viola #C38F9F
RGB
CMYK
RGB Variations
Color information
#C38F9F (or 0xC38F9F) is known color: Viola. HEX triplet: C3, 8F and 9F. RGB value is (195,143,159). Sum of RGB (Red+Green+Blue) = 195+143+159=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38F9F is #3C7060. Grayscale: #A0A0A0. Windows color (decimal): -3960929 or 10457027. OLE color: 10457027.
HSL color Cylindrical-coordinate representation of color #C38F9F: hue angle of 341.54º degrees, saturation: 0.3, 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 #C38F9F is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 159 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.24 |
| HSL | 341.54º | 0.3% | 0.66% | - |
| HSV(B) | 341.54º | 0.27% | 0.76% | - |
| XYZ | 38.59 | 33.75 | 37.28 | - |
| YUV | 160.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 159 | 0 | 0.27 | 0.18 | 0.24 | 341.54 | 0.3 | 0.66 |
| Hex | C3 | 8F | 9F | 0 | 1B | 12 | 18 | 156 | 1E | 42 |
| Octal | 303 | 217 | 237 | 0 | 33 | 22 | 30 | 526 | 36 | 102 |
| Binary | 11000011 | 10001111 | 10011111 | 0 | 11011 | 10010 | 11000 | 101010110 | 11110 | 1000010 |
Color Harmonies of #C38F9F
Complementary color
Monochromatic Colors of #C38F9F
Black with #C38F9F
Text Example
Text Example
White with #C38F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F9F; }
p { color: rgb(195,143,159); }
H1.HeaderClassName
{
color: #C38F9F;
}
.AnyTagClassName
{
color: #C38F9F;
}
</style>
background-color css
<style>
a { background-color: #C38F9F; }
a { background-color: rgb(195,143,159); }
div.DivClassName
{
background-color: #C38F9F;
}
.BgClassName
{
background-color: #C38F9F;
}
</style>
border-color css
<style>
span { border-color: #C38F9F; }
span { border-color: rgb(195,143,159); }
td.TdClassName
{
border-color: #C38F9F;
}
.TagClassName
{
border-color: #C38F9F;
}
</style>