Shades of Viola #C2829E
Tints of Viola #C2829E
RGB
CMYK
RGB Variations
Color information
#C2829E (or 0xC2829E) is known color: Viola. HEX triplet: C2, 82 and 9E. RGB value is (194,130,158). Sum of RGB (Red+Green+Blue) = 194+130+158=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2829E is #3D7D61. Grayscale: #989898. Windows color (decimal): -4029794 or 10388162. OLE color: 10388162.
HSL color Cylindrical-coordinate representation of color #C2829E: hue angle of 333.75º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2829E is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 158 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.24 |
| HSL | 333.75º | 0.34% | 0.64% | - |
| HSV(B) | 333.75º | 0.33% | 0.76% | - |
| XYZ | 36.4 | 29.9 | 36.2 | - |
| YUV | 152.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 158 | 0 | 0.33 | 0.19 | 0.24 | 333.75 | 0.34 | 0.64 |
| Hex | C2 | 82 | 9E | 0 | 21 | 13 | 18 | 14E | 22 | 40 |
| Octal | 302 | 202 | 236 | 0 | 41 | 23 | 30 | 516 | 42 | 100 |
| Binary | 11000010 | 10000010 | 10011110 | 0 | 100001 | 10011 | 11000 | 101001110 | 100010 | 1000000 |
Color Harmonies of #C2829E
Complementary color
Monochromatic Colors of #C2829E
Black with #C2829E
Text Example
Text Example
White with #C2829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2829E; }
p { color: rgb(194,130,158); }
H1.HeaderClassName
{
color: #C2829E;
}
.AnyTagClassName
{
color: #C2829E;
}
</style>
background-color css
<style>
a { background-color: #C2829E; }
a { background-color: rgb(194,130,158); }
div.DivClassName
{
background-color: #C2829E;
}
.BgClassName
{
background-color: #C2829E;
}
</style>
border-color css
<style>
span { border-color: #C2829E; }
span { border-color: rgb(194,130,158); }
td.TdClassName
{
border-color: #C2829E;
}
.TagClassName
{
border-color: #C2829E;
}
</style>