Shades of Viola #C0829E
Tints of Viola #C0829E
RGB
CMYK
RGB Variations
Color information
#C0829E (or 0xC0829E) is known color: Viola. HEX triplet: C0, 82 and 9E. RGB value is (192,130,158). Sum of RGB (Red+Green+Blue) = 192+130+158=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0829E is #3F7D61. Grayscale: #979797. Windows color (decimal): -4160866 or 10388160. OLE color: 10388160.
HSL color Cylindrical-coordinate representation of color #C0829E: hue angle of 332.9º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0829E is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 158 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.25 |
| HSL | 332.9º | 0.33% | 0.63% | - |
| HSV(B) | 332.9º | 0.32% | 0.75% | - |
| XYZ | 35.89 | 29.64 | 36.18 | - |
| YUV | 151.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 158 | 0 | 0.32 | 0.18 | 0.25 | 332.9 | 0.33 | 0.63 |
| Hex | C0 | 82 | 9E | 0 | 20 | 12 | 19 | 14D | 21 | 3F |
| Octal | 300 | 202 | 236 | 0 | 40 | 22 | 31 | 515 | 41 | 77 |
| Binary | 11000000 | 10000010 | 10011110 | 0 | 100000 | 10010 | 11001 | 101001101 | 100001 | 111111 |
Color Harmonies of #C0829E
Complementary color
Monochromatic Colors of #C0829E
Black with #C0829E
Text Example
Text Example
White with #C0829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0829E; }
p { color: rgb(192,130,158); }
H1.HeaderClassName
{
color: #C0829E;
}
.AnyTagClassName
{
color: #C0829E;
}
</style>
background-color css
<style>
a { background-color: #C0829E; }
a { background-color: rgb(192,130,158); }
div.DivClassName
{
background-color: #C0829E;
}
.BgClassName
{
background-color: #C0829E;
}
</style>
border-color css
<style>
span { border-color: #C0829E; }
span { border-color: rgb(192,130,158); }
td.TdClassName
{
border-color: #C0829E;
}
.TagClassName
{
border-color: #C0829E;
}
</style>