Shades of Viola #C0939E
Tints of Viola #C0939E
RGB
CMYK
RGB Variations
Color information
#C0939E (or 0xC0939E) is known color: Viola. HEX triplet: C0, 93 and 9E. RGB value is (192,147,158). Sum of RGB (Red+Green+Blue) = 192+147+158=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0939E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0939E is #3F6C61. Grayscale: #A1A1A1. Windows color (decimal): -4156514 or 10392512. OLE color: 10392512.
HSL color Cylindrical-coordinate representation of color #C0939E: hue angle of 345.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0939E is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 158 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.25 |
| HSL | 345.33º | 0.26% | 0.66% | - |
| HSV(B) | 345.33º | 0.23% | 0.75% | - |
| XYZ | 38.34 | 34.54 | 36.99 | - |
| YUV | 161.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 158 | 0 | 0.23 | 0.18 | 0.25 | 345.33 | 0.26 | 0.66 |
| Hex | C0 | 93 | 9E | 0 | 17 | 12 | 19 | 159 | 1A | 42 |
| Octal | 300 | 223 | 236 | 0 | 27 | 22 | 31 | 531 | 32 | 102 |
| Binary | 11000000 | 10010011 | 10011110 | 0 | 10111 | 10010 | 11001 | 101011001 | 11010 | 1000010 |
Color Harmonies of #C0939E
Complementary color
Monochromatic Colors of #C0939E
Black with #C0939E
Text Example
Text Example
White with #C0939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0939E; }
p { color: rgb(192,147,158); }
H1.HeaderClassName
{
color: #C0939E;
}
.AnyTagClassName
{
color: #C0939E;
}
</style>
background-color css
<style>
a { background-color: #C0939E; }
a { background-color: rgb(192,147,158); }
div.DivClassName
{
background-color: #C0939E;
}
.BgClassName
{
background-color: #C0939E;
}
</style>
border-color css
<style>
span { border-color: #C0939E; }
span { border-color: rgb(192,147,158); }
td.TdClassName
{
border-color: #C0939E;
}
.TagClassName
{
border-color: #C0939E;
}
</style>