Shades of Viola #C2859C
Tints of Viola #C2859C
RGB
CMYK
RGB Variations
Color information
#C2859C (or 0xC2859C) is known color: Viola. HEX triplet: C2, 85 and 9C. RGB value is (194,133,156). Sum of RGB (Red+Green+Blue) = 194+133+156=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2859C is #3D7A63. Grayscale: #999999. Windows color (decimal): -4029028 or 10257858. OLE color: 10257858.
HSL color Cylindrical-coordinate representation of color #C2859C: hue angle of 337.38º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2859C is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 156 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.24 |
| HSL | 337.38º | 0.33% | 0.64% | - |
| HSV(B) | 337.38º | 0.31% | 0.76% | - |
| XYZ | 36.64 | 30.64 | 35.44 | - |
| YUV | 153.86 | 129.21 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 156 | 0 | 0.31 | 0.20 | 0.24 | 337.38 | 0.33 | 0.64 |
| Hex | C2 | 85 | 9C | 0 | 1F | 14 | 18 | 151 | 21 | 40 |
| Octal | 302 | 205 | 234 | 0 | 37 | 24 | 30 | 521 | 41 | 100 |
| Binary | 11000010 | 10000101 | 10011100 | 0 | 11111 | 10100 | 11000 | 101010001 | 100001 | 1000000 |
Color Harmonies of #C2859C
Complementary color
Monochromatic Colors of #C2859C
Black with #C2859C
Text Example
Text Example
White with #C2859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2859C; }
p { color: rgb(194,133,156); }
H1.HeaderClassName
{
color: #C2859C;
}
.AnyTagClassName
{
color: #C2859C;
}
</style>
background-color css
<style>
a { background-color: #C2859C; }
a { background-color: rgb(194,133,156); }
div.DivClassName
{
background-color: #C2859C;
}
.BgClassName
{
background-color: #C2859C;
}
</style>
border-color css
<style>
span { border-color: #C2859C; }
span { border-color: rgb(194,133,156); }
td.TdClassName
{
border-color: #C2859C;
}
.TagClassName
{
border-color: #C2859C;
}
</style>