Shades of Viola #C38FA5
Tints of Viola #C38FA5
RGB
CMYK
RGB Variations
Color information
#C38FA5 (or 0xC38FA5) is known color: Viola. HEX triplet: C3, 8F and A5. RGB value is (195,143,165). Sum of RGB (Red+Green+Blue) = 195+143+165=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38FA5 is #3C705A. Grayscale: #A1A1A1. Windows color (decimal): -3960923 or 10850243. OLE color: 10850243.
HSL color Cylindrical-coordinate representation of color #C38FA5: hue angle of 334.62º 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 #C38FA5 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 165 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.24 |
| HSL | 334.62º | 0.3% | 0.66% | - |
| HSV(B) | 334.62º | 0.27% | 0.76% | - |
| XYZ | 39.12 | 33.96 | 40.09 | - |
| YUV | 161.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 165 | 0 | 0.27 | 0.15 | 0.24 | 334.62 | 0.3 | 0.66 |
| Hex | C3 | 8F | A5 | 0 | 1B | F | 18 | 14F | 1E | 42 |
| Octal | 303 | 217 | 245 | 0 | 33 | 17 | 30 | 517 | 36 | 102 |
| Binary | 11000011 | 10001111 | 10100101 | 0 | 11011 | 1111 | 11000 | 101001111 | 11110 | 1000010 |
Color Harmonies of #C38FA5
Complementary color
Monochromatic Colors of #C38FA5
Black with #C38FA5
Text Example
Text Example
White with #C38FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38FA5; }
p { color: rgb(195,143,165); }
H1.HeaderClassName
{
color: #C38FA5;
}
.AnyTagClassName
{
color: #C38FA5;
}
</style>
background-color css
<style>
a { background-color: #C38FA5; }
a { background-color: rgb(195,143,165); }
div.DivClassName
{
background-color: #C38FA5;
}
.BgClassName
{
background-color: #C38FA5;
}
</style>
border-color css
<style>
span { border-color: #C38FA5; }
span { border-color: rgb(195,143,165); }
td.TdClassName
{
border-color: #C38FA5;
}
.TagClassName
{
border-color: #C38FA5;
}
</style>