Shades of Viola #C38F94
Tints of Viola #C38F94
RGB
CMYK
RGB Variations
Color information
#C38F94 (or 0xC38F94) is known color: Viola. HEX triplet: C3, 8F and 94. RGB value is (195,143,148). Sum of RGB (Red+Green+Blue) = 195+143+148=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38F94 is #3C706B. Grayscale: #9F9F9F. Windows color (decimal): -3960940 or 9736131. OLE color: 9736131.
HSL color Cylindrical-coordinate representation of color #C38F94: hue angle of 354.23º 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 #C38F94 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 148 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.24 |
| HSL | 354.23º | 0.3% | 0.66% | - |
| HSV(B) | 354.23º | 0.27% | 0.76% | - |
| XYZ | 37.67 | 33.39 | 32.48 | - |
| YUV | 159.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 148 | 0 | 0.27 | 0.24 | 0.24 | 354.23 | 0.3 | 0.66 |
| Hex | C3 | 8F | 94 | 0 | 1B | 18 | 18 | 162 | 1E | 42 |
| Octal | 303 | 217 | 224 | 0 | 33 | 30 | 30 | 542 | 36 | 102 |
| Binary | 11000011 | 10001111 | 10010100 | 0 | 11011 | 11000 | 11000 | 101100010 | 11110 | 1000010 |
Color Harmonies of #C38F94
Complementary color
Monochromatic Colors of #C38F94
Black with #C38F94
Text Example
Text Example
White with #C38F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F94; }
p { color: rgb(195,143,148); }
H1.HeaderClassName
{
color: #C38F94;
}
.AnyTagClassName
{
color: #C38F94;
}
</style>
background-color css
<style>
a { background-color: #C38F94; }
a { background-color: rgb(195,143,148); }
div.DivClassName
{
background-color: #C38F94;
}
.BgClassName
{
background-color: #C38F94;
}
</style>
border-color css
<style>
span { border-color: #C38F94; }
span { border-color: rgb(195,143,148); }
td.TdClassName
{
border-color: #C38F94;
}
.TagClassName
{
border-color: #C38F94;
}
</style>