Shades of Viola #C0849B
Tints of Viola #C0849B
RGB
CMYK
RGB Variations
Color information
#C0849B (or 0xC0849B) is known color: Viola. HEX triplet: C0, 84 and 9B. RGB value is (192,132,155). Sum of RGB (Red+Green+Blue) = 192+132+155=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0849B is #3F7B64. Grayscale: #989898. Windows color (decimal): -4160357 or 10192064. OLE color: 10192064.
HSL color Cylindrical-coordinate representation of color #C0849B: hue angle of 337º 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 #C0849B is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 155 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.25 |
| HSL | 337º | 0.32% | 0.64% | - |
| HSV(B) | 337º | 0.31% | 0.75% | - |
| XYZ | 35.91 | 30.08 | 34.92 | - |
| YUV | 152.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 155 | 0 | 0.31 | 0.19 | 0.25 | 337 | 0.32 | 0.64 |
| Hex | C0 | 84 | 9B | 0 | 1F | 13 | 19 | 151 | 20 | 40 |
| Octal | 300 | 204 | 233 | 0 | 37 | 23 | 31 | 521 | 40 | 100 |
| Binary | 11000000 | 10000100 | 10011011 | 0 | 11111 | 10011 | 11001 | 101010001 | 100000 | 1000000 |
Color Harmonies of #C0849B
Complementary color
Monochromatic Colors of #C0849B
Black with #C0849B
Text Example
Text Example
White with #C0849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0849B; }
p { color: rgb(192,132,155); }
H1.HeaderClassName
{
color: #C0849B;
}
.AnyTagClassName
{
color: #C0849B;
}
</style>
background-color css
<style>
a { background-color: #C0849B; }
a { background-color: rgb(192,132,155); }
div.DivClassName
{
background-color: #C0849B;
}
.BgClassName
{
background-color: #C0849B;
}
</style>
border-color css
<style>
span { border-color: #C0849B; }
span { border-color: rgb(192,132,155); }
td.TdClassName
{
border-color: #C0849B;
}
.TagClassName
{
border-color: #C0849B;
}
</style>