Shades of Viola #C188A1
Tints of Viola #C188A1
RGB
CMYK
RGB Variations
Color information
#C188A1 (or 0xC188A1) is known color: Viola. HEX triplet: C1, 88 and A1. RGB value is (193,136,161). Sum of RGB (Red+Green+Blue) = 193+136+161=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C188A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C188A1 is #3E775E. Grayscale: #9B9B9B. Windows color (decimal): -4093791 or 10586305. OLE color: 10586305.
HSL color Cylindrical-coordinate representation of color #C188A1: hue angle of 333.68º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C188A1 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 161 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.24 |
| HSL | 333.68º | 0.31% | 0.65% | - |
| HSV(B) | 333.68º | 0.3% | 0.76% | - |
| XYZ | 37.23 | 31.52 | 37.84 | - |
| YUV | 155.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 161 | 0 | 0.30 | 0.17 | 0.24 | 333.68 | 0.31 | 0.65 |
| Hex | C1 | 88 | A1 | 0 | 1E | 11 | 18 | 14E | 1F | 41 |
| Octal | 301 | 210 | 241 | 0 | 36 | 21 | 30 | 516 | 37 | 101 |
| Binary | 11000001 | 10001000 | 10100001 | 0 | 11110 | 10001 | 11000 | 101001110 | 11111 | 1000001 |
Color Harmonies of #C188A1
Complementary color
Monochromatic Colors of #C188A1
Black with #C188A1
Text Example
Text Example
White with #C188A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C188A1; }
p { color: rgb(193,136,161); }
H1.HeaderClassName
{
color: #C188A1;
}
.AnyTagClassName
{
color: #C188A1;
}
</style>
background-color css
<style>
a { background-color: #C188A1; }
a { background-color: rgb(193,136,161); }
div.DivClassName
{
background-color: #C188A1;
}
.BgClassName
{
background-color: #C188A1;
}
</style>
border-color css
<style>
span { border-color: #C188A1; }
span { border-color: rgb(193,136,161); }
td.TdClassName
{
border-color: #C188A1;
}
.TagClassName
{
border-color: #C188A1;
}
</style>