Shades of Viola #C484A2
Tints of Viola #C484A2
RGB
CMYK
RGB Variations
Color information
#C484A2 (or 0xC484A2) is known color: Viola. HEX triplet: C4, 84 and A2. RGB value is (196,132,162). Sum of RGB (Red+Green+Blue) = 196+132+162=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C484A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C484A2 is #3B7B5D. Grayscale: #9A9A9A. Windows color (decimal): -3898206 or 10650820. OLE color: 10650820.
HSL color Cylindrical-coordinate representation of color #C484A2: hue angle of 331.88º 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 #C484A2 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 162 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.23 |
| HSL | 331.88º | 0.35% | 0.64% | - |
| HSV(B) | 331.88º | 0.33% | 0.77% | - |
| XYZ | 37.54 | 30.85 | 38.16 | - |
| YUV | 154.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 162 | 0 | 0.33 | 0.17 | 0.23 | 331.88 | 0.35 | 0.64 |
| Hex | C4 | 84 | A2 | 0 | 21 | 11 | 17 | 14C | 23 | 40 |
| Octal | 304 | 204 | 242 | 0 | 41 | 21 | 27 | 514 | 43 | 100 |
| Binary | 11000100 | 10000100 | 10100010 | 0 | 100001 | 10001 | 10111 | 101001100 | 100011 | 1000000 |
Color Harmonies of #C484A2
Complementary color
Monochromatic Colors of #C484A2
Black with #C484A2
Text Example
Text Example
White with #C484A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C484A2; }
p { color: rgb(196,132,162); }
H1.HeaderClassName
{
color: #C484A2;
}
.AnyTagClassName
{
color: #C484A2;
}
</style>
background-color css
<style>
a { background-color: #C484A2; }
a { background-color: rgb(196,132,162); }
div.DivClassName
{
background-color: #C484A2;
}
.BgClassName
{
background-color: #C484A2;
}
</style>
border-color css
<style>
span { border-color: #C484A2; }
span { border-color: rgb(196,132,162); }
td.TdClassName
{
border-color: #C484A2;
}
.TagClassName
{
border-color: #C484A2;
}
</style>