Shades of Viola #C0939D
Tints of Viola #C0939D
RGB
CMYK
RGB Variations
Color information
#C0939D (or 0xC0939D) is known color: Viola. HEX triplet: C0, 93 and 9D. RGB value is (192,147,157). Sum of RGB (Red+Green+Blue) = 192+147+157=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0939D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0939D is #3F6C62. Grayscale: #A1A1A1. Windows color (decimal): -4156515 or 10326976. OLE color: 10326976.
HSL color Cylindrical-coordinate representation of color #C0939D: hue angle of 346.67º 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 #C0939D is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 157 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.25 |
| HSL | 346.67º | 0.26% | 0.66% | - |
| HSV(B) | 346.67º | 0.23% | 0.75% | - |
| XYZ | 38.26 | 34.51 | 36.54 | - |
| YUV | 161.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 157 | 0 | 0.23 | 0.18 | 0.25 | 346.67 | 0.26 | 0.66 |
| Hex | C0 | 93 | 9D | 0 | 17 | 12 | 19 | 15B | 1A | 42 |
| Octal | 300 | 223 | 235 | 0 | 27 | 22 | 31 | 533 | 32 | 102 |
| Binary | 11000000 | 10010011 | 10011101 | 0 | 10111 | 10010 | 11001 | 101011011 | 11010 | 1000010 |
Color Harmonies of #C0939D
Complementary color
Monochromatic Colors of #C0939D
Black with #C0939D
Text Example
Text Example
White with #C0939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0939D; }
p { color: rgb(192,147,157); }
H1.HeaderClassName
{
color: #C0939D;
}
.AnyTagClassName
{
color: #C0939D;
}
</style>
background-color css
<style>
a { background-color: #C0939D; }
a { background-color: rgb(192,147,157); }
div.DivClassName
{
background-color: #C0939D;
}
.BgClassName
{
background-color: #C0939D;
}
</style>
border-color css
<style>
span { border-color: #C0939D; }
span { border-color: rgb(192,147,157); }
td.TdClassName
{
border-color: #C0939D;
}
.TagClassName
{
border-color: #C0939D;
}
</style>