Shades of Viola #C18FA3
Tints of Viola #C18FA3
RGB
CMYK
RGB Variations
Color information
#C18FA3 (or 0xC18FA3) is known color: Viola. HEX triplet: C1, 8F and A3. RGB value is (193,143,163). Sum of RGB (Red+Green+Blue) = 193+143+163=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18FA3 is #3E705C. Grayscale: #A0A0A0. Windows color (decimal): -4091997 or 10719169. OLE color: 10719169.
HSL color Cylindrical-coordinate representation of color #C18FA3: hue angle of 336º 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 #C18FA3 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 163 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.24 |
| HSL | 336º | 0.29% | 0.66% | - |
| HSV(B) | 336º | 0.26% | 0.76% | - |
| XYZ | 38.43 | 33.63 | 39.12 | - |
| YUV | 160.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 163 | 0 | 0.26 | 0.16 | 0.24 | 336 | 0.29 | 0.66 |
| Hex | C1 | 8F | A3 | 0 | 1A | 10 | 18 | 150 | 1D | 42 |
| Octal | 301 | 217 | 243 | 0 | 32 | 20 | 30 | 520 | 35 | 102 |
| Binary | 11000001 | 10001111 | 10100011 | 0 | 11010 | 10000 | 11000 | 101010000 | 11101 | 1000010 |
Color Harmonies of #C18FA3
Complementary color
Monochromatic Colors of #C18FA3
Black with #C18FA3
Text Example
Text Example
White with #C18FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FA3; }
p { color: rgb(193,143,163); }
H1.HeaderClassName
{
color: #C18FA3;
}
.AnyTagClassName
{
color: #C18FA3;
}
</style>
background-color css
<style>
a { background-color: #C18FA3; }
a { background-color: rgb(193,143,163); }
div.DivClassName
{
background-color: #C18FA3;
}
.BgClassName
{
background-color: #C18FA3;
}
</style>
border-color css
<style>
span { border-color: #C18FA3; }
span { border-color: rgb(193,143,163); }
td.TdClassName
{
border-color: #C18FA3;
}
.TagClassName
{
border-color: #C18FA3;
}
</style>