Shades of Viola #C2879D
Tints of Viola #C2879D
RGB
CMYK
RGB Variations
Color information
#C2879D (or 0xC2879D) is known color: Viola. HEX triplet: C2, 87 and 9D. RGB value is (194,135,157). Sum of RGB (Red+Green+Blue) = 194+135+157=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2879D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2879D is #3D7862. Grayscale: #9B9B9B. Windows color (decimal): -4028515 or 10323906. OLE color: 10323906.
HSL color Cylindrical-coordinate representation of color #C2879D: hue angle of 337.63º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2879D is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 157 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.24 |
| HSL | 337.63º | 0.33% | 0.65% | - |
| HSV(B) | 337.63º | 0.3% | 0.76% | - |
| XYZ | 37 | 31.23 | 35.98 | - |
| YUV | 155.15 | 129.05 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 157 | 0 | 0.30 | 0.19 | 0.24 | 337.63 | 0.33 | 0.65 |
| Hex | C2 | 87 | 9D | 0 | 1E | 13 | 18 | 152 | 21 | 41 |
| Octal | 302 | 207 | 235 | 0 | 36 | 23 | 30 | 522 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10011101 | 0 | 11110 | 10011 | 11000 | 101010010 | 100001 | 1000001 |
Color Harmonies of #C2879D
Complementary color
Monochromatic Colors of #C2879D
Black with #C2879D
Text Example
Text Example
White with #C2879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2879D; }
p { color: rgb(194,135,157); }
H1.HeaderClassName
{
color: #C2879D;
}
.AnyTagClassName
{
color: #C2879D;
}
</style>
background-color css
<style>
a { background-color: #C2879D; }
a { background-color: rgb(194,135,157); }
div.DivClassName
{
background-color: #C2879D;
}
.BgClassName
{
background-color: #C2879D;
}
</style>
border-color css
<style>
span { border-color: #C2879D; }
span { border-color: rgb(194,135,157); }
td.TdClassName
{
border-color: #C2879D;
}
.TagClassName
{
border-color: #C2879D;
}
</style>