Shades of Viola #C0809F
Tints of Viola #C0809F
RGB
CMYK
RGB Variations
Color information
#C0809F (or 0xC0809F) is known color: Viola. HEX triplet: C0, 80 and 9F. RGB value is (192,128,159). Sum of RGB (Red+Green+Blue) = 192+128+159=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0809F is #3F7F60. Grayscale: #969696. Windows color (decimal): -4161377 or 10453184. OLE color: 10453184.
HSL color Cylindrical-coordinate representation of color #C0809F: hue angle of 330.94º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0809F is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 159 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.25 |
| HSL | 330.94º | 0.34% | 0.63% | - |
| HSV(B) | 330.94º | 0.33% | 0.75% | - |
| XYZ | 35.72 | 29.15 | 36.54 | - |
| YUV | 150.67 | 132.7 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 159 | 0 | 0.33 | 0.17 | 0.25 | 330.94 | 0.34 | 0.63 |
| Hex | C0 | 80 | 9F | 0 | 21 | 11 | 19 | 14B | 22 | 3F |
| Octal | 300 | 200 | 237 | 0 | 41 | 21 | 31 | 513 | 42 | 77 |
| Binary | 11000000 | 10000000 | 10011111 | 0 | 100001 | 10001 | 11001 | 101001011 | 100010 | 111111 |
Color Harmonies of #C0809F
Complementary color
Monochromatic Colors of #C0809F
Black with #C0809F
Text Example
Text Example
White with #C0809F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0809F; }
p { color: rgb(192,128,159); }
H1.HeaderClassName
{
color: #C0809F;
}
.AnyTagClassName
{
color: #C0809F;
}
</style>
background-color css
<style>
a { background-color: #C0809F; }
a { background-color: rgb(192,128,159); }
div.DivClassName
{
background-color: #C0809F;
}
.BgClassName
{
background-color: #C0809F;
}
</style>
border-color css
<style>
span { border-color: #C0809F; }
span { border-color: rgb(192,128,159); }
td.TdClassName
{
border-color: #C0809F;
}
.TagClassName
{
border-color: #C0809F;
}
</style>