Shades of Viola #C490A4
Tints of Viola #C490A4
RGB
CMYK
RGB Variations
Color information
#C490A4 (or 0xC490A4) is known color: Viola. HEX triplet: C4, 90 and A4. RGB value is (196,144,164). Sum of RGB (Red+Green+Blue) = 196+144+164=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C490A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C490A4 is #3B6F5B. Grayscale: #A1A1A1. Windows color (decimal): -3895132 or 10784964. OLE color: 10784964.
HSL color Cylindrical-coordinate representation of color #C490A4: hue angle of 336.92º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C490A4 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 164 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.23 |
| HSL | 336.92º | 0.31% | 0.67% | - |
| HSV(B) | 336.92º | 0.27% | 0.77% | - |
| XYZ | 39.44 | 34.36 | 39.68 | - |
| YUV | 161.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 164 | 0 | 0.27 | 0.16 | 0.23 | 336.92 | 0.31 | 0.67 |
| Hex | C4 | 90 | A4 | 0 | 1B | 10 | 17 | 151 | 1F | 43 |
| Octal | 304 | 220 | 244 | 0 | 33 | 20 | 27 | 521 | 37 | 103 |
| Binary | 11000100 | 10010000 | 10100100 | 0 | 11011 | 10000 | 10111 | 101010001 | 11111 | 1000011 |
Color Harmonies of #C490A4
Complementary color
Monochromatic Colors of #C490A4
Black with #C490A4
Text Example
Text Example
White with #C490A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490A4; }
p { color: rgb(196,144,164); }
H1.HeaderClassName
{
color: #C490A4;
}
.AnyTagClassName
{
color: #C490A4;
}
</style>
background-color css
<style>
a { background-color: #C490A4; }
a { background-color: rgb(196,144,164); }
div.DivClassName
{
background-color: #C490A4;
}
.BgClassName
{
background-color: #C490A4;
}
</style>
border-color css
<style>
span { border-color: #C490A4; }
span { border-color: rgb(196,144,164); }
td.TdClassName
{
border-color: #C490A4;
}
.TagClassName
{
border-color: #C490A4;
}
</style>