Shades of Viola #C38FA1
Tints of Viola #C38FA1
RGB
CMYK
RGB Variations
Color information
#C38FA1 (or 0xC38FA1) is known color: Viola. HEX triplet: C3, 8F and A1. RGB value is (195,143,161). Sum of RGB (Red+Green+Blue) = 195+143+161=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38FA1 is #3C705E. Grayscale: #A0A0A0. Windows color (decimal): -3960927 or 10588099. OLE color: 10588099.
HSL color Cylindrical-coordinate representation of color #C38FA1: hue angle of 339.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 #C38FA1 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 161 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.24 |
| HSL | 339.23º | 0.3% | 0.66% | - |
| HSV(B) | 339.23º | 0.27% | 0.76% | - |
| XYZ | 38.76 | 33.82 | 38.2 | - |
| YUV | 160.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 161 | 0 | 0.27 | 0.17 | 0.24 | 339.23 | 0.3 | 0.66 |
| Hex | C3 | 8F | A1 | 0 | 1B | 11 | 18 | 153 | 1E | 42 |
| Octal | 303 | 217 | 241 | 0 | 33 | 21 | 30 | 523 | 36 | 102 |
| Binary | 11000011 | 10001111 | 10100001 | 0 | 11011 | 10001 | 11000 | 101010011 | 11110 | 1000010 |
Color Harmonies of #C38FA1
Complementary color
Monochromatic Colors of #C38FA1
Black with #C38FA1
Text Example
Text Example
White with #C38FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38FA1; }
p { color: rgb(195,143,161); }
H1.HeaderClassName
{
color: #C38FA1;
}
.AnyTagClassName
{
color: #C38FA1;
}
</style>
background-color css
<style>
a { background-color: #C38FA1; }
a { background-color: rgb(195,143,161); }
div.DivClassName
{
background-color: #C38FA1;
}
.BgClassName
{
background-color: #C38FA1;
}
</style>
border-color css
<style>
span { border-color: #C38FA1; }
span { border-color: rgb(195,143,161); }
td.TdClassName
{
border-color: #C38FA1;
}
.TagClassName
{
border-color: #C38FA1;
}
</style>