Shades of Viola #C1859B
Tints of Viola #C1859B
RGB
CMYK
RGB Variations
Color information
#C1859B (or 0xC1859B) is known color: Viola. HEX triplet: C1, 85 and 9B. RGB value is (193,133,155). Sum of RGB (Red+Green+Blue) = 193+133+155=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1859B is #3E7A64. Grayscale: #999999. Windows color (decimal): -4094565 or 10192321. OLE color: 10192321.
HSL color Cylindrical-coordinate representation of color #C1859B: hue angle of 338º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1859B is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 155 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.24 |
| HSL | 338º | 0.33% | 0.64% | - |
| HSV(B) | 338º | 0.31% | 0.76% | - |
| XYZ | 36.3 | 30.48 | 34.98 | - |
| YUV | 153.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 155 | 0 | 0.31 | 0.20 | 0.24 | 338 | 0.33 | 0.64 |
| Hex | C1 | 85 | 9B | 0 | 1F | 14 | 18 | 152 | 21 | 40 |
| Octal | 301 | 205 | 233 | 0 | 37 | 24 | 30 | 522 | 41 | 100 |
| Binary | 11000001 | 10000101 | 10011011 | 0 | 11111 | 10100 | 11000 | 101010010 | 100001 | 1000000 |
Color Harmonies of #C1859B
Complementary color
Monochromatic Colors of #C1859B
Black with #C1859B
Text Example
Text Example
White with #C1859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1859B; }
p { color: rgb(193,133,155); }
H1.HeaderClassName
{
color: #C1859B;
}
.AnyTagClassName
{
color: #C1859B;
}
</style>
background-color css
<style>
a { background-color: #C1859B; }
a { background-color: rgb(193,133,155); }
div.DivClassName
{
background-color: #C1859B;
}
.BgClassName
{
background-color: #C1859B;
}
</style>
border-color css
<style>
span { border-color: #C1859B; }
span { border-color: rgb(193,133,155); }
td.TdClassName
{
border-color: #C1859B;
}
.TagClassName
{
border-color: #C1859B;
}
</style>