Shades of Viola #C381A1
Tints of Viola #C381A1
RGB
CMYK
RGB Variations
Color information
#C381A1 (or 0xC381A1) is known color: Viola. HEX triplet: C3, 81 and A1. RGB value is (195,129,161). Sum of RGB (Red+Green+Blue) = 195+129+161=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C381A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C381A1 is #3C7E5E. Grayscale: #989898. Windows color (decimal): -3964511 or 10584515. OLE color: 10584515.
HSL color Cylindrical-coordinate representation of color #C381A1: hue angle of 330.91º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C381A1 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 161 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.24 |
| HSL | 330.91º | 0.35% | 0.64% | - |
| HSV(B) | 330.91º | 0.34% | 0.76% | - |
| XYZ | 36.79 | 29.88 | 37.55 | - |
| YUV | 152.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 161 | 0 | 0.34 | 0.17 | 0.24 | 330.91 | 0.35 | 0.64 |
| Hex | C3 | 81 | A1 | 0 | 22 | 11 | 18 | 14B | 23 | 40 |
| Octal | 303 | 201 | 241 | 0 | 42 | 21 | 30 | 513 | 43 | 100 |
| Binary | 11000011 | 10000001 | 10100001 | 0 | 100010 | 10001 | 11000 | 101001011 | 100011 | 1000000 |
Color Harmonies of #C381A1
Complementary color
Monochromatic Colors of #C381A1
Black with #C381A1
Text Example
Text Example
White with #C381A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C381A1; }
p { color: rgb(195,129,161); }
H1.HeaderClassName
{
color: #C381A1;
}
.AnyTagClassName
{
color: #C381A1;
}
</style>
background-color css
<style>
a { background-color: #C381A1; }
a { background-color: rgb(195,129,161); }
div.DivClassName
{
background-color: #C381A1;
}
.BgClassName
{
background-color: #C381A1;
}
</style>
border-color css
<style>
span { border-color: #C381A1; }
span { border-color: rgb(195,129,161); }
td.TdClassName
{
border-color: #C381A1;
}
.TagClassName
{
border-color: #C381A1;
}
</style>