Shades of Viola #C1879A
Tints of Viola #C1879A
RGB
CMYK
RGB Variations
Color information
#C1879A (or 0xC1879A) is known color: Viola. HEX triplet: C1, 87 and 9A. RGB value is (193,135,154). Sum of RGB (Red+Green+Blue) = 193+135+154=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1879A is #3E7865. Grayscale: #9A9A9A. Windows color (decimal): -4094054 or 10127297. OLE color: 10127297.
HSL color Cylindrical-coordinate representation of color #C1879A: hue angle of 340.34º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1879A is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 154 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.24 |
| HSL | 340.34º | 0.32% | 0.64% | - |
| HSV(B) | 340.34º | 0.3% | 0.76% | - |
| XYZ | 36.49 | 31 | 34.63 | - |
| YUV | 154.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 154 | 0 | 0.30 | 0.20 | 0.24 | 340.34 | 0.32 | 0.64 |
| Hex | C1 | 87 | 9A | 0 | 1E | 14 | 18 | 154 | 20 | 40 |
| Octal | 301 | 207 | 232 | 0 | 36 | 24 | 30 | 524 | 40 | 100 |
| Binary | 11000001 | 10000111 | 10011010 | 0 | 11110 | 10100 | 11000 | 101010100 | 100000 | 1000000 |
Color Harmonies of #C1879A
Complementary color
Monochromatic Colors of #C1879A
Black with #C1879A
Text Example
Text Example
White with #C1879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1879A; }
p { color: rgb(193,135,154); }
H1.HeaderClassName
{
color: #C1879A;
}
.AnyTagClassName
{
color: #C1879A;
}
</style>
background-color css
<style>
a { background-color: #C1879A; }
a { background-color: rgb(193,135,154); }
div.DivClassName
{
background-color: #C1879A;
}
.BgClassName
{
background-color: #C1879A;
}
</style>
border-color css
<style>
span { border-color: #C1879A; }
span { border-color: rgb(193,135,154); }
td.TdClassName
{
border-color: #C1879A;
}
.TagClassName
{
border-color: #C1879A;
}
</style>