Shades of Viola #C383A2
Tints of Viola #C383A2
RGB
CMYK
RGB Variations
Color information
#C383A2 (or 0xC383A2) is known color: Viola. HEX triplet: C3, 83 and A2. RGB value is (195,131,162). Sum of RGB (Red+Green+Blue) = 195+131+162=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C383A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C383A2 is #3C7C5D. Grayscale: #999999. Windows color (decimal): -3963998 or 10650563. OLE color: 10650563.
HSL color Cylindrical-coordinate representation of color #C383A2: hue angle of 330.94º 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 #C383A2 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 162 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.24 |
| HSL | 330.94º | 0.35% | 0.64% | - |
| HSV(B) | 330.94º | 0.33% | 0.76% | - |
| XYZ | 37.14 | 30.44 | 38.1 | - |
| YUV | 153.67 | 132.7 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 162 | 0 | 0.33 | 0.17 | 0.24 | 330.94 | 0.35 | 0.64 |
| Hex | C3 | 83 | A2 | 0 | 21 | 11 | 18 | 14B | 23 | 40 |
| Octal | 303 | 203 | 242 | 0 | 41 | 21 | 30 | 513 | 43 | 100 |
| Binary | 11000011 | 10000011 | 10100010 | 0 | 100001 | 10001 | 11000 | 101001011 | 100011 | 1000000 |
Color Harmonies of #C383A2
Complementary color
Monochromatic Colors of #C383A2
Black with #C383A2
Text Example
Text Example
White with #C383A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C383A2; }
p { color: rgb(195,131,162); }
H1.HeaderClassName
{
color: #C383A2;
}
.AnyTagClassName
{
color: #C383A2;
}
</style>
background-color css
<style>
a { background-color: #C383A2; }
a { background-color: rgb(195,131,162); }
div.DivClassName
{
background-color: #C383A2;
}
.BgClassName
{
background-color: #C383A2;
}
</style>
border-color css
<style>
span { border-color: #C383A2; }
span { border-color: rgb(195,131,162); }
td.TdClassName
{
border-color: #C383A2;
}
.TagClassName
{
border-color: #C383A2;
}
</style>