Shades of Viola #C18CA1
Tints of Viola #C18CA1
RGB
CMYK
RGB Variations
Color information
#C18CA1 (or 0xC18CA1) is known color: Viola. HEX triplet: C1, 8C and A1. RGB value is (193,140,161). Sum of RGB (Red+Green+Blue) = 193+140+161=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C18CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18CA1 is #3E735E. Grayscale: #9E9E9E. Windows color (decimal): -4092767 or 10587329. OLE color: 10587329.
HSL color Cylindrical-coordinate representation of color #C18CA1: hue angle of 336.23º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C18CA1 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 140 | 161 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.24 |
| HSL | 336.23º | 0.3% | 0.65% | - |
| HSV(B) | 336.23º | 0.27% | 0.76% | - |
| XYZ | 37.8 | 32.67 | 38.03 | - |
| YUV | 158.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 161 | 0 | 0.27 | 0.17 | 0.24 | 336.23 | 0.3 | 0.65 |
| Hex | C1 | 8C | A1 | 0 | 1B | 11 | 18 | 150 | 1E | 41 |
| Octal | 301 | 214 | 241 | 0 | 33 | 21 | 30 | 520 | 36 | 101 |
| Binary | 11000001 | 10001100 | 10100001 | 0 | 11011 | 10001 | 11000 | 101010000 | 11110 | 1000001 |
Color Harmonies of #C18CA1
Complementary color
Monochromatic Colors of #C18CA1
Black with #C18CA1
Text Example
Text Example
White with #C18CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18CA1; }
p { color: rgb(193,140,161); }
H1.HeaderClassName
{
color: #C18CA1;
}
.AnyTagClassName
{
color: #C18CA1;
}
</style>
background-color css
<style>
a { background-color: #C18CA1; }
a { background-color: rgb(193,140,161); }
div.DivClassName
{
background-color: #C18CA1;
}
.BgClassName
{
background-color: #C18CA1;
}
</style>
border-color css
<style>
span { border-color: #C18CA1; }
span { border-color: rgb(193,140,161); }
td.TdClassName
{
border-color: #C18CA1;
}
.TagClassName
{
border-color: #C18CA1;
}
</style>