Shades of Viola #C382A1
Tints of Viola #C382A1
RGB
CMYK
RGB Variations
Color information
#C382A1 (or 0xC382A1) is known color: Viola. HEX triplet: C3, 82 and A1. RGB value is (195,130,161). Sum of RGB (Red+Green+Blue) = 195+130+161=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C382A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C382A1 is #3C7D5E. Grayscale: #989898. Windows color (decimal): -3964255 or 10584771. OLE color: 10584771.
HSL color Cylindrical-coordinate representation of color #C382A1: hue angle of 331.38º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C382A1 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 161 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.24 |
| HSL | 331.38º | 0.35% | 0.64% | - |
| HSV(B) | 331.38º | 0.33% | 0.76% | - |
| XYZ | 36.92 | 30.14 | 37.59 | - |
| YUV | 152.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 161 | 0 | 0.33 | 0.17 | 0.24 | 331.38 | 0.35 | 0.64 |
| Hex | C3 | 82 | A1 | 0 | 21 | 11 | 18 | 14B | 23 | 40 |
| Octal | 303 | 202 | 241 | 0 | 41 | 21 | 30 | 513 | 43 | 100 |
| Binary | 11000011 | 10000010 | 10100001 | 0 | 100001 | 10001 | 11000 | 101001011 | 100011 | 1000000 |
Color Harmonies of #C382A1
Complementary color
Monochromatic Colors of #C382A1
Black with #C382A1
Text Example
Text Example
White with #C382A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C382A1; }
p { color: rgb(195,130,161); }
H1.HeaderClassName
{
color: #C382A1;
}
.AnyTagClassName
{
color: #C382A1;
}
</style>
background-color css
<style>
a { background-color: #C382A1; }
a { background-color: rgb(195,130,161); }
div.DivClassName
{
background-color: #C382A1;
}
.BgClassName
{
background-color: #C382A1;
}
</style>
border-color css
<style>
span { border-color: #C382A1; }
span { border-color: rgb(195,130,161); }
td.TdClassName
{
border-color: #C382A1;
}
.TagClassName
{
border-color: #C382A1;
}
</style>