Shades of Viola #C1889A
Tints of Viola #C1889A
RGB
CMYK
RGB Variations
Color information
#C1889A (or 0xC1889A) is known color: Viola. HEX triplet: C1, 88 and 9A. RGB value is (193,136,154). Sum of RGB (Red+Green+Blue) = 193+136+154=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1889A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1889A is #3E7765. Grayscale: #9B9B9B. Windows color (decimal): -4093798 or 10127553. OLE color: 10127553.
HSL color Cylindrical-coordinate representation of color #C1889A: hue angle of 341.05º 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 #C1889A is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 154 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.24 |
| HSL | 341.05º | 0.31% | 0.65% | - |
| HSV(B) | 341.05º | 0.3% | 0.76% | - |
| XYZ | 36.63 | 31.28 | 34.68 | - |
| YUV | 155.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 154 | 0 | 0.30 | 0.20 | 0.24 | 341.05 | 0.31 | 0.65 |
| Hex | C1 | 88 | 9A | 0 | 1E | 14 | 18 | 155 | 1F | 41 |
| Octal | 301 | 210 | 232 | 0 | 36 | 24 | 30 | 525 | 37 | 101 |
| Binary | 11000001 | 10001000 | 10011010 | 0 | 11110 | 10100 | 11000 | 101010101 | 11111 | 1000001 |
Color Harmonies of #C1889A
Complementary color
Monochromatic Colors of #C1889A
Black with #C1889A
Text Example
Text Example
White with #C1889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1889A; }
p { color: rgb(193,136,154); }
H1.HeaderClassName
{
color: #C1889A;
}
.AnyTagClassName
{
color: #C1889A;
}
</style>
background-color css
<style>
a { background-color: #C1889A; }
a { background-color: rgb(193,136,154); }
div.DivClassName
{
background-color: #C1889A;
}
.BgClassName
{
background-color: #C1889A;
}
</style>
border-color css
<style>
span { border-color: #C1889A; }
span { border-color: rgb(193,136,154); }
td.TdClassName
{
border-color: #C1889A;
}
.TagClassName
{
border-color: #C1889A;
}
</style>