Shades of Viola #C18FA0
Tints of Viola #C18FA0
RGB
CMYK
RGB Variations
Color information
#C18FA0 (or 0xC18FA0) is known color: Viola. HEX triplet: C1, 8F and A0. RGB value is (193,143,160). Sum of RGB (Red+Green+Blue) = 193+143+160=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18FA0 is #3E705F. Grayscale: #9F9F9F. Windows color (decimal): -4092000 or 10522561. OLE color: 10522561.
HSL color Cylindrical-coordinate representation of color #C18FA0: hue angle of 339.6º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18FA0 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 160 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.24 |
| HSL | 339.6º | 0.29% | 0.66% | - |
| HSV(B) | 339.6º | 0.26% | 0.76% | - |
| XYZ | 38.16 | 33.52 | 37.72 | - |
| YUV | 159.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 160 | 0 | 0.26 | 0.17 | 0.24 | 339.6 | 0.29 | 0.66 |
| Hex | C1 | 8F | A0 | 0 | 1A | 11 | 18 | 154 | 1D | 42 |
| Octal | 301 | 217 | 240 | 0 | 32 | 21 | 30 | 524 | 35 | 102 |
| Binary | 11000001 | 10001111 | 10100000 | 0 | 11010 | 10001 | 11000 | 101010100 | 11101 | 1000010 |
Color Harmonies of #C18FA0
Complementary color
Monochromatic Colors of #C18FA0
Black with #C18FA0
Text Example
Text Example
White with #C18FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FA0; }
p { color: rgb(193,143,160); }
H1.HeaderClassName
{
color: #C18FA0;
}
.AnyTagClassName
{
color: #C18FA0;
}
</style>
background-color css
<style>
a { background-color: #C18FA0; }
a { background-color: rgb(193,143,160); }
div.DivClassName
{
background-color: #C18FA0;
}
.BgClassName
{
background-color: #C18FA0;
}
</style>
border-color css
<style>
span { border-color: #C18FA0; }
span { border-color: rgb(193,143,160); }
td.TdClassName
{
border-color: #C18FA0;
}
.TagClassName
{
border-color: #C18FA0;
}
</style>