Shades of Viola #C0939C
Tints of Viola #C0939C
RGB
CMYK
RGB Variations
Color information
#C0939C (or 0xC0939C) is known color: Viola. HEX triplet: C0, 93 and 9C. RGB value is (192,147,156). Sum of RGB (Red+Green+Blue) = 192+147+156=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0939C is #3F6C63. Grayscale: #A1A1A1. Windows color (decimal): -4156516 or 10261440. OLE color: 10261440.
HSL color Cylindrical-coordinate representation of color #C0939C: hue angle of 348º 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 #C0939C is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 156 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.25 |
| HSL | 348º | 0.26% | 0.66% | - |
| HSV(B) | 348º | 0.23% | 0.75% | - |
| XYZ | 38.17 | 34.47 | 36.09 | - |
| YUV | 161.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 156 | 0 | 0.23 | 0.19 | 0.25 | 348 | 0.26 | 0.66 |
| Hex | C0 | 93 | 9C | 0 | 17 | 13 | 19 | 15C | 1A | 42 |
| Octal | 300 | 223 | 234 | 0 | 27 | 23 | 31 | 534 | 32 | 102 |
| Binary | 11000000 | 10010011 | 10011100 | 0 | 10111 | 10011 | 11001 | 101011100 | 11010 | 1000010 |
Color Harmonies of #C0939C
Complementary color
Monochromatic Colors of #C0939C
Black with #C0939C
Text Example
Text Example
White with #C0939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0939C; }
p { color: rgb(192,147,156); }
H1.HeaderClassName
{
color: #C0939C;
}
.AnyTagClassName
{
color: #C0939C;
}
</style>
background-color css
<style>
a { background-color: #C0939C; }
a { background-color: rgb(192,147,156); }
div.DivClassName
{
background-color: #C0939C;
}
.BgClassName
{
background-color: #C0939C;
}
</style>
border-color css
<style>
span { border-color: #C0939C; }
span { border-color: rgb(192,147,156); }
td.TdClassName
{
border-color: #C0939C;
}
.TagClassName
{
border-color: #C0939C;
}
</style>