Shades of Viola #C290A1
Tints of Viola #C290A1
RGB
CMYK
RGB Variations
Color information
#C290A1 (or 0xC290A1) is known color: Viola. HEX triplet: C2, 90 and A1. RGB value is (194,144,161). Sum of RGB (Red+Green+Blue) = 194+144+161=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C290A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C290A1 is #3D6F5E. Grayscale: #A0A0A0. Windows color (decimal): -4026207 or 10588354. OLE color: 10588354.
HSL color Cylindrical-coordinate representation of color #C290A1: hue angle of 339.6º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C290A1 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 161 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.24 |
| HSL | 339.6º | 0.29% | 0.66% | - |
| HSV(B) | 339.6º | 0.26% | 0.76% | - |
| XYZ | 38.65 | 33.99 | 38.24 | - |
| YUV | 160.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 161 | 0 | 0.26 | 0.17 | 0.24 | 339.6 | 0.29 | 0.66 |
| Hex | C2 | 90 | A1 | 0 | 1A | 11 | 18 | 154 | 1D | 42 |
| Octal | 302 | 220 | 241 | 0 | 32 | 21 | 30 | 524 | 35 | 102 |
| Binary | 11000010 | 10010000 | 10100001 | 0 | 11010 | 10001 | 11000 | 101010100 | 11101 | 1000010 |
Color Harmonies of #C290A1
Complementary color
Monochromatic Colors of #C290A1
Black with #C290A1
Text Example
Text Example
White with #C290A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290A1; }
p { color: rgb(194,144,161); }
H1.HeaderClassName
{
color: #C290A1;
}
.AnyTagClassName
{
color: #C290A1;
}
</style>
background-color css
<style>
a { background-color: #C290A1; }
a { background-color: rgb(194,144,161); }
div.DivClassName
{
background-color: #C290A1;
}
.BgClassName
{
background-color: #C290A1;
}
</style>
border-color css
<style>
span { border-color: #C290A1; }
span { border-color: rgb(194,144,161); }
td.TdClassName
{
border-color: #C290A1;
}
.TagClassName
{
border-color: #C290A1;
}
</style>