Shades of Viola #C2849B
Tints of Viola #C2849B
RGB
CMYK
RGB Variations
Color information
#C2849B (or 0xC2849B) is known color: Viola. HEX triplet: C2, 84 and 9B. RGB value is (194,132,155). Sum of RGB (Red+Green+Blue) = 194+132+155=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2849B is #3D7B64. Grayscale: #999999. Windows color (decimal): -4029285 or 10192066. OLE color: 10192066.
HSL color Cylindrical-coordinate representation of color #C2849B: hue angle of 337.74º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2849B is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 155 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.24 |
| HSL | 337.74º | 0.34% | 0.64% | - |
| HSV(B) | 337.74º | 0.32% | 0.76% | - |
| XYZ | 36.42 | 30.34 | 34.95 | - |
| YUV | 153.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 155 | 0 | 0.32 | 0.20 | 0.24 | 337.74 | 0.34 | 0.64 |
| Hex | C2 | 84 | 9B | 0 | 20 | 14 | 18 | 152 | 22 | 40 |
| Octal | 302 | 204 | 233 | 0 | 40 | 24 | 30 | 522 | 42 | 100 |
| Binary | 11000010 | 10000100 | 10011011 | 0 | 100000 | 10100 | 11000 | 101010010 | 100010 | 1000000 |
Color Harmonies of #C2849B
Complementary color
Monochromatic Colors of #C2849B
Black with #C2849B
Text Example
Text Example
White with #C2849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2849B; }
p { color: rgb(194,132,155); }
H1.HeaderClassName
{
color: #C2849B;
}
.AnyTagClassName
{
color: #C2849B;
}
</style>
background-color css
<style>
a { background-color: #C2849B; }
a { background-color: rgb(194,132,155); }
div.DivClassName
{
background-color: #C2849B;
}
.BgClassName
{
background-color: #C2849B;
}
</style>
border-color css
<style>
span { border-color: #C2849B; }
span { border-color: rgb(194,132,155); }
td.TdClassName
{
border-color: #C2849B;
}
.TagClassName
{
border-color: #C2849B;
}
</style>