Shades of Viola #C988A3
Tints of Viola #C988A3
RGB
CMYK
RGB Variations
Color information
#C988A3 (or 0xC988A3) is known color: Viola. HEX triplet: C9, 88 and A3. RGB value is (201,136,163). Sum of RGB (Red+Green+Blue) = 201+136+163=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C988A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C988A3 is #36775C. Grayscale: #9E9E9E. Windows color (decimal): -3569501 or 10717385. OLE color: 10717385.
HSL color Cylindrical-coordinate representation of color #C988A3: hue angle of 335.08º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C988A3 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 163 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.21 |
| HSL | 335.08º | 0.38% | 0.66% | - |
| HSV(B) | 335.08º | 0.32% | 0.79% | - |
| XYZ | 39.5 | 32.67 | 38.87 | - |
| YUV | 158.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 163 | 0 | 0.32 | 0.19 | 0.21 | 335.08 | 0.38 | 0.66 |
| Hex | C9 | 88 | A3 | 0 | 20 | 13 | 15 | 14F | 26 | 42 |
| Octal | 311 | 210 | 243 | 0 | 40 | 23 | 25 | 517 | 46 | 102 |
| Binary | 11001001 | 10001000 | 10100011 | 0 | 100000 | 10011 | 10101 | 101001111 | 100110 | 1000010 |
Color Harmonies of #C988A3
Complementary color
Monochromatic Colors of #C988A3
Black with #C988A3
Text Example
Text Example
White with #C988A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C988A3; }
p { color: rgb(201,136,163); }
H1.HeaderClassName
{
color: #C988A3;
}
.AnyTagClassName
{
color: #C988A3;
}
</style>
background-color css
<style>
a { background-color: #C988A3; }
a { background-color: rgb(201,136,163); }
div.DivClassName
{
background-color: #C988A3;
}
.BgClassName
{
background-color: #C988A3;
}
</style>
border-color css
<style>
span { border-color: #C988A3; }
span { border-color: rgb(201,136,163); }
td.TdClassName
{
border-color: #C988A3;
}
.TagClassName
{
border-color: #C988A3;
}
</style>