Shades of Viola #C0849C
Tints of Viola #C0849C
RGB
CMYK
RGB Variations
Color information
#C0849C (or 0xC0849C) is known color: Viola. HEX triplet: C0, 84 and 9C. RGB value is (192,132,156). Sum of RGB (Red+Green+Blue) = 192+132+156=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0849C is #3F7B63. Grayscale: #989898. Windows color (decimal): -4160356 or 10257600. OLE color: 10257600.
HSL color Cylindrical-coordinate representation of color #C0849C: hue angle of 336º 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 #C0849C is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 156 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.25 |
| HSL | 336º | 0.32% | 0.64% | - |
| HSV(B) | 336º | 0.31% | 0.75% | - |
| XYZ | 35.99 | 30.11 | 35.37 | - |
| YUV | 152.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 156 | 0 | 0.31 | 0.19 | 0.25 | 336 | 0.32 | 0.64 |
| Hex | C0 | 84 | 9C | 0 | 1F | 13 | 19 | 150 | 20 | 40 |
| Octal | 300 | 204 | 234 | 0 | 37 | 23 | 31 | 520 | 40 | 100 |
| Binary | 11000000 | 10000100 | 10011100 | 0 | 11111 | 10011 | 11001 | 101010000 | 100000 | 1000000 |
Color Harmonies of #C0849C
Complementary color
Monochromatic Colors of #C0849C
Black with #C0849C
Text Example
Text Example
White with #C0849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0849C; }
p { color: rgb(192,132,156); }
H1.HeaderClassName
{
color: #C0849C;
}
.AnyTagClassName
{
color: #C0849C;
}
</style>
background-color css
<style>
a { background-color: #C0849C; }
a { background-color: rgb(192,132,156); }
div.DivClassName
{
background-color: #C0849C;
}
.BgClassName
{
background-color: #C0849C;
}
</style>
border-color css
<style>
span { border-color: #C0849C; }
span { border-color: rgb(192,132,156); }
td.TdClassName
{
border-color: #C0849C;
}
.TagClassName
{
border-color: #C0849C;
}
</style>