Shades of Viola #C1889B
Tints of Viola #C1889B
RGB
CMYK
RGB Variations
Color information
#C1889B (or 0xC1889B) is known color: Viola. HEX triplet: C1, 88 and 9B. RGB value is (193,136,155). Sum of RGB (Red+Green+Blue) = 193+136+155=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C1889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1889B is #3E7764. Grayscale: #9B9B9B. Windows color (decimal): -4093797 or 10193089. OLE color: 10193089.
HSL color Cylindrical-coordinate representation of color #C1889B: hue angle of 340º degrees, saturation: 0.31, 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 #C1889B is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 155 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.24 |
| HSL | 340º | 0.31% | 0.65% | - |
| HSV(B) | 340º | 0.3% | 0.76% | - |
| XYZ | 36.71 | 31.31 | 35.12 | - |
| YUV | 155.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 155 | 0 | 0.30 | 0.20 | 0.24 | 340 | 0.31 | 0.65 |
| Hex | C1 | 88 | 9B | 0 | 1E | 14 | 18 | 154 | 1F | 41 |
| Octal | 301 | 210 | 233 | 0 | 36 | 24 | 30 | 524 | 37 | 101 |
| Binary | 11000001 | 10001000 | 10011011 | 0 | 11110 | 10100 | 11000 | 101010100 | 11111 | 1000001 |
Color Harmonies of #C1889B
Complementary color
Monochromatic Colors of #C1889B
Black with #C1889B
Text Example
Text Example
White with #C1889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1889B; }
p { color: rgb(193,136,155); }
H1.HeaderClassName
{
color: #C1889B;
}
.AnyTagClassName
{
color: #C1889B;
}
</style>
background-color css
<style>
a { background-color: #C1889B; }
a { background-color: rgb(193,136,155); }
div.DivClassName
{
background-color: #C1889B;
}
.BgClassName
{
background-color: #C1889B;
}
</style>
border-color css
<style>
span { border-color: #C1889B; }
span { border-color: rgb(193,136,155); }
td.TdClassName
{
border-color: #C1889B;
}
.TagClassName
{
border-color: #C1889B;
}
</style>