Shades of Viola #C490A7
Tints of Viola #C490A7
RGB
CMYK
RGB Variations
Color information
#C490A7 (or 0xC490A7) is known color: Viola. HEX triplet: C4, 90 and A7. RGB value is (196,144,167). Sum of RGB (Red+Green+Blue) = 196+144+167=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C490A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C490A7 is #3B6F58. Grayscale: #A2A2A2. Windows color (decimal): -3895129 or 10981572. OLE color: 10981572.
HSL color Cylindrical-coordinate representation of color #C490A7: hue angle of 333.46º 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 #C490A7 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 167 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.23 |
| HSL | 333.46º | 0.31% | 0.67% | - |
| HSV(B) | 333.46º | 0.27% | 0.77% | - |
| XYZ | 39.71 | 34.47 | 41.12 | - |
| YUV | 162.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 167 | 0 | 0.27 | 0.15 | 0.23 | 333.46 | 0.31 | 0.67 |
| Hex | C4 | 90 | A7 | 0 | 1B | F | 17 | 14D | 1F | 43 |
| Octal | 304 | 220 | 247 | 0 | 33 | 17 | 27 | 515 | 37 | 103 |
| Binary | 11000100 | 10010000 | 10100111 | 0 | 11011 | 1111 | 10111 | 101001101 | 11111 | 1000011 |
Color Harmonies of #C490A7
Complementary color
Monochromatic Colors of #C490A7
Black with #C490A7
Text Example
Text Example
White with #C490A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490A7; }
p { color: rgb(196,144,167); }
H1.HeaderClassName
{
color: #C490A7;
}
.AnyTagClassName
{
color: #C490A7;
}
</style>
background-color css
<style>
a { background-color: #C490A7; }
a { background-color: rgb(196,144,167); }
div.DivClassName
{
background-color: #C490A7;
}
.BgClassName
{
background-color: #C490A7;
}
</style>
border-color css
<style>
span { border-color: #C490A7; }
span { border-color: rgb(196,144,167); }
td.TdClassName
{
border-color: #C490A7;
}
.TagClassName
{
border-color: #C490A7;
}
</style>