Shades of Viola #C484A1
Tints of Viola #C484A1
RGB
CMYK
RGB Variations
Color information
#C484A1 (or 0xC484A1) is known color: Viola. HEX triplet: C4, 84 and A1. RGB value is (196,132,161). Sum of RGB (Red+Green+Blue) = 196+132+161=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C484A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C484A1 is #3B7B5E. Grayscale: #9A9A9A. Windows color (decimal): -3898207 or 10585284. OLE color: 10585284.
HSL color Cylindrical-coordinate representation of color #C484A1: hue angle of 332.81º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C484A1 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 161 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.23 |
| HSL | 332.81º | 0.35% | 0.64% | - |
| HSV(B) | 332.81º | 0.33% | 0.77% | - |
| XYZ | 37.45 | 30.81 | 37.69 | - |
| YUV | 154.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 161 | 0 | 0.33 | 0.18 | 0.23 | 332.81 | 0.35 | 0.64 |
| Hex | C4 | 84 | A1 | 0 | 21 | 12 | 17 | 14D | 23 | 40 |
| Octal | 304 | 204 | 241 | 0 | 41 | 22 | 27 | 515 | 43 | 100 |
| Binary | 11000100 | 10000100 | 10100001 | 0 | 100001 | 10010 | 10111 | 101001101 | 100011 | 1000000 |
Color Harmonies of #C484A1
Complementary color
Monochromatic Colors of #C484A1
Black with #C484A1
Text Example
Text Example
White with #C484A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C484A1; }
p { color: rgb(196,132,161); }
H1.HeaderClassName
{
color: #C484A1;
}
.AnyTagClassName
{
color: #C484A1;
}
</style>
background-color css
<style>
a { background-color: #C484A1; }
a { background-color: rgb(196,132,161); }
div.DivClassName
{
background-color: #C484A1;
}
.BgClassName
{
background-color: #C484A1;
}
</style>
border-color css
<style>
span { border-color: #C484A1; }
span { border-color: rgb(196,132,161); }
td.TdClassName
{
border-color: #C484A1;
}
.TagClassName
{
border-color: #C484A1;
}
</style>