Shades of Viola #C0859A
Tints of Viola #C0859A
RGB
CMYK
RGB Variations
Color information
#C0859A (or 0xC0859A) is known color: Viola. HEX triplet: C0, 85 and 9A. RGB value is (192,133,154). Sum of RGB (Red+Green+Blue) = 192+133+154=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0859A is #3F7A65. Grayscale: #999999. Windows color (decimal): -4160102 or 10126784. OLE color: 10126784.
HSL color Cylindrical-coordinate representation of color #C0859A: hue angle of 338.64º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0859A is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 154 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.25 |
| HSL | 338.64º | 0.32% | 0.64% | - |
| HSV(B) | 338.64º | 0.31% | 0.75% | - |
| XYZ | 35.96 | 30.31 | 34.53 | - |
| YUV | 153.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 154 | 0 | 0.31 | 0.20 | 0.25 | 338.64 | 0.32 | 0.64 |
| Hex | C0 | 85 | 9A | 0 | 1F | 14 | 19 | 153 | 20 | 40 |
| Octal | 300 | 205 | 232 | 0 | 37 | 24 | 31 | 523 | 40 | 100 |
| Binary | 11000000 | 10000101 | 10011010 | 0 | 11111 | 10100 | 11001 | 101010011 | 100000 | 1000000 |
Color Harmonies of #C0859A
Complementary color
Monochromatic Colors of #C0859A
Black with #C0859A
Text Example
Text Example
White with #C0859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0859A; }
p { color: rgb(192,133,154); }
H1.HeaderClassName
{
color: #C0859A;
}
.AnyTagClassName
{
color: #C0859A;
}
</style>
background-color css
<style>
a { background-color: #C0859A; }
a { background-color: rgb(192,133,154); }
div.DivClassName
{
background-color: #C0859A;
}
.BgClassName
{
background-color: #C0859A;
}
</style>
border-color css
<style>
span { border-color: #C0859A; }
span { border-color: rgb(192,133,154); }
td.TdClassName
{
border-color: #C0859A;
}
.TagClassName
{
border-color: #C0859A;
}
</style>