Shades of Viola #C183A1
Tints of Viola #C183A1
RGB
CMYK
RGB Variations
Color information
#C183A1 (or 0xC183A1) is known color: Viola. HEX triplet: C1, 83 and A1. RGB value is (193,131,161). Sum of RGB (Red+Green+Blue) = 193+131+161=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C183A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C183A1 is #3E7C5E. Grayscale: #989898. Windows color (decimal): -4095071 or 10585025. OLE color: 10585025.
HSL color Cylindrical-coordinate representation of color #C183A1: hue angle of 330.97º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C183A1 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 131 | 161 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.24 |
| HSL | 330.97º | 0.33% | 0.64% | - |
| HSV(B) | 330.97º | 0.32% | 0.76% | - |
| XYZ | 36.54 | 30.14 | 37.61 | - |
| YUV | 152.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 161 | 0 | 0.32 | 0.17 | 0.24 | 330.97 | 0.33 | 0.64 |
| Hex | C1 | 83 | A1 | 0 | 20 | 11 | 18 | 14B | 21 | 40 |
| Octal | 301 | 203 | 241 | 0 | 40 | 21 | 30 | 513 | 41 | 100 |
| Binary | 11000001 | 10000011 | 10100001 | 0 | 100000 | 10001 | 11000 | 101001011 | 100001 | 1000000 |
Color Harmonies of #C183A1
Complementary color
Monochromatic Colors of #C183A1
Black with #C183A1
Text Example
Text Example
White with #C183A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C183A1; }
p { color: rgb(193,131,161); }
H1.HeaderClassName
{
color: #C183A1;
}
.AnyTagClassName
{
color: #C183A1;
}
</style>
background-color css
<style>
a { background-color: #C183A1; }
a { background-color: rgb(193,131,161); }
div.DivClassName
{
background-color: #C183A1;
}
.BgClassName
{
background-color: #C183A1;
}
</style>
border-color css
<style>
span { border-color: #C183A1; }
span { border-color: rgb(193,131,161); }
td.TdClassName
{
border-color: #C183A1;
}
.TagClassName
{
border-color: #C183A1;
}
</style>