Shades of Viola #C1879F
Tints of Viola #C1879F
RGB
CMYK
RGB Variations
Color information
#C1879F (or 0xC1879F) is known color: Viola. HEX triplet: C1, 87 and 9F. RGB value is (193,135,159). Sum of RGB (Red+Green+Blue) = 193+135+159=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C1879F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1879F is #3E7860. Grayscale: #9B9B9B. Windows color (decimal): -4094049 or 10454977. OLE color: 10454977.
HSL color Cylindrical-coordinate representation of color #C1879F: hue angle of 335.17º 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 #C1879F is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 159 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.24 |
| HSL | 335.17º | 0.32% | 0.64% | - |
| HSV(B) | 335.17º | 0.3% | 0.76% | - |
| XYZ | 36.91 | 31.17 | 36.87 | - |
| YUV | 155.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 159 | 0 | 0.30 | 0.18 | 0.24 | 335.17 | 0.32 | 0.64 |
| Hex | C1 | 87 | 9F | 0 | 1E | 12 | 18 | 14F | 20 | 40 |
| Octal | 301 | 207 | 237 | 0 | 36 | 22 | 30 | 517 | 40 | 100 |
| Binary | 11000001 | 10000111 | 10011111 | 0 | 11110 | 10010 | 11000 | 101001111 | 100000 | 1000000 |
Color Harmonies of #C1879F
Complementary color
Monochromatic Colors of #C1879F
Black with #C1879F
Text Example
Text Example
White with #C1879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1879F; }
p { color: rgb(193,135,159); }
H1.HeaderClassName
{
color: #C1879F;
}
.AnyTagClassName
{
color: #C1879F;
}
</style>
background-color css
<style>
a { background-color: #C1879F; }
a { background-color: rgb(193,135,159); }
div.DivClassName
{
background-color: #C1879F;
}
.BgClassName
{
background-color: #C1879F;
}
</style>
border-color css
<style>
span { border-color: #C1879F; }
span { border-color: rgb(193,135,159); }
td.TdClassName
{
border-color: #C1879F;
}
.TagClassName
{
border-color: #C1879F;
}
</style>