Shades of Viola #C29199
Tints of Viola #C29199
RGB
CMYK
RGB Variations
Color information
#C29199 (or 0xC29199) is known color: Viola. HEX triplet: C2, 91 and 99. RGB value is (194,145,153). Sum of RGB (Red+Green+Blue) = 194+145+153=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C29199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29199 is #3D6E66. Grayscale: #A0A0A0. Windows color (decimal): -4025959 or 10064322. OLE color: 10064322.
HSL color Cylindrical-coordinate representation of color #C29199: hue angle of 350.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C29199 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 153 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.24 |
| HSL | 350.2º | 0.29% | 0.66% | - |
| HSV(B) | 350.2º | 0.25% | 0.76% | - |
| XYZ | 38.12 | 34.02 | 34.69 | - |
| YUV | 160.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 153 | 0 | 0.25 | 0.21 | 0.24 | 350.2 | 0.29 | 0.66 |
| Hex | C2 | 91 | 99 | 0 | 19 | 15 | 18 | 15E | 1D | 42 |
| Octal | 302 | 221 | 231 | 0 | 31 | 25 | 30 | 536 | 35 | 102 |
| Binary | 11000010 | 10010001 | 10011001 | 0 | 11001 | 10101 | 11000 | 101011110 | 11101 | 1000010 |
Color Harmonies of #C29199
Complementary color
Monochromatic Colors of #C29199
Black with #C29199
Text Example
Text Example
White with #C29199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29199; }
p { color: rgb(194,145,153); }
H1.HeaderClassName
{
color: #C29199;
}
.AnyTagClassName
{
color: #C29199;
}
</style>
background-color css
<style>
a { background-color: #C29199; }
a { background-color: rgb(194,145,153); }
div.DivClassName
{
background-color: #C29199;
}
.BgClassName
{
background-color: #C29199;
}
</style>
border-color css
<style>
span { border-color: #C29199; }
span { border-color: rgb(194,145,153); }
td.TdClassName
{
border-color: #C29199;
}
.TagClassName
{
border-color: #C29199;
}
</style>