Shades of Viola #C290A2
Tints of Viola #C290A2
RGB
CMYK
RGB Variations
Color information
#C290A2 (or 0xC290A2) is known color: Viola. HEX triplet: C2, 90 and A2. RGB value is (194,144,162). Sum of RGB (Red+Green+Blue) = 194+144+162=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C290A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C290A2 is #3D6F5D. Grayscale: #A0A0A0. Windows color (decimal): -4026206 or 10653890. OLE color: 10653890.
HSL color Cylindrical-coordinate representation of color #C290A2: hue angle of 338.4º 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 #C290A2 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 162 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.24 |
| HSL | 338.4º | 0.29% | 0.66% | - |
| HSV(B) | 338.4º | 0.26% | 0.76% | - |
| XYZ | 38.74 | 34.02 | 38.71 | - |
| YUV | 161 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 162 | 0 | 0.26 | 0.16 | 0.24 | 338.4 | 0.29 | 0.66 |
| Hex | C2 | 90 | A2 | 0 | 1A | 10 | 18 | 152 | 1D | 42 |
| Octal | 302 | 220 | 242 | 0 | 32 | 20 | 30 | 522 | 35 | 102 |
| Binary | 11000010 | 10010000 | 10100010 | 0 | 11010 | 10000 | 11000 | 101010010 | 11101 | 1000010 |
Color Harmonies of #C290A2
Complementary color
Monochromatic Colors of #C290A2
Black with #C290A2
Text Example
Text Example
White with #C290A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290A2; }
p { color: rgb(194,144,162); }
H1.HeaderClassName
{
color: #C290A2;
}
.AnyTagClassName
{
color: #C290A2;
}
</style>
background-color css
<style>
a { background-color: #C290A2; }
a { background-color: rgb(194,144,162); }
div.DivClassName
{
background-color: #C290A2;
}
.BgClassName
{
background-color: #C290A2;
}
</style>
border-color css
<style>
span { border-color: #C290A2; }
span { border-color: rgb(194,144,162); }
td.TdClassName
{
border-color: #C290A2;
}
.TagClassName
{
border-color: #C290A2;
}
</style>