Shades of Viola #C0879A
Tints of Viola #C0879A
RGB
CMYK
RGB Variations
Color information
#C0879A (or 0xC0879A) is known color: Viola. HEX triplet: C0, 87 and 9A. RGB value is (192,135,154). Sum of RGB (Red+Green+Blue) = 192+135+154=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0879A is #3F7865. Grayscale: #9A9A9A. Windows color (decimal): -4159590 or 10127296. OLE color: 10127296.
HSL color Cylindrical-coordinate representation of color #C0879A: hue angle of 340º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0879A is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 154 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.25 |
| HSL | 340º | 0.31% | 0.64% | - |
| HSV(B) | 340º | 0.3% | 0.75% | - |
| XYZ | 36.23 | 30.87 | 34.62 | - |
| YUV | 154.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 154 | 0 | 0.30 | 0.20 | 0.25 | 340 | 0.31 | 0.64 |
| Hex | C0 | 87 | 9A | 0 | 1E | 14 | 19 | 154 | 1F | 40 |
| Octal | 300 | 207 | 232 | 0 | 36 | 24 | 31 | 524 | 37 | 100 |
| Binary | 11000000 | 10000111 | 10011010 | 0 | 11110 | 10100 | 11001 | 101010100 | 11111 | 1000000 |
Color Harmonies of #C0879A
Complementary color
Monochromatic Colors of #C0879A
Black with #C0879A
Text Example
Text Example
White with #C0879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0879A; }
p { color: rgb(192,135,154); }
H1.HeaderClassName
{
color: #C0879A;
}
.AnyTagClassName
{
color: #C0879A;
}
</style>
background-color css
<style>
a { background-color: #C0879A; }
a { background-color: rgb(192,135,154); }
div.DivClassName
{
background-color: #C0879A;
}
.BgClassName
{
background-color: #C0879A;
}
</style>
border-color css
<style>
span { border-color: #C0879A; }
span { border-color: rgb(192,135,154); }
td.TdClassName
{
border-color: #C0879A;
}
.TagClassName
{
border-color: #C0879A;
}
</style>