Shades of Viola #C1859A
Tints of Viola #C1859A
RGB
CMYK
RGB Variations
Color information
#C1859A (or 0xC1859A) is known color: Viola. HEX triplet: C1, 85 and 9A. RGB value is (193,133,154). Sum of RGB (Red+Green+Blue) = 193+133+154=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1859A is #3E7A65. Grayscale: #999999. Windows color (decimal): -4094566 or 10126785. OLE color: 10126785.
HSL color Cylindrical-coordinate representation of color #C1859A: hue angle of 339º 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 #C1859A is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 154 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.24 |
| HSL | 339º | 0.33% | 0.64% | - |
| HSV(B) | 339º | 0.31% | 0.76% | - |
| XYZ | 36.21 | 30.45 | 34.54 | - |
| YUV | 153.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 154 | 0 | 0.31 | 0.20 | 0.24 | 339 | 0.33 | 0.64 |
| Hex | C1 | 85 | 9A | 0 | 1F | 14 | 18 | 153 | 21 | 40 |
| Octal | 301 | 205 | 232 | 0 | 37 | 24 | 30 | 523 | 41 | 100 |
| Binary | 11000001 | 10000101 | 10011010 | 0 | 11111 | 10100 | 11000 | 101010011 | 100001 | 1000000 |
Color Harmonies of #C1859A
Complementary color
Monochromatic Colors of #C1859A
Black with #C1859A
Text Example
Text Example
White with #C1859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1859A; }
p { color: rgb(193,133,154); }
H1.HeaderClassName
{
color: #C1859A;
}
.AnyTagClassName
{
color: #C1859A;
}
</style>
background-color css
<style>
a { background-color: #C1859A; }
a { background-color: rgb(193,133,154); }
div.DivClassName
{
background-color: #C1859A;
}
.BgClassName
{
background-color: #C1859A;
}
</style>
border-color css
<style>
span { border-color: #C1859A; }
span { border-color: rgb(193,133,154); }
td.TdClassName
{
border-color: #C1859A;
}
.TagClassName
{
border-color: #C1859A;
}
</style>