Shades of Viola #C988A2
Tints of Viola #C988A2
RGB
CMYK
RGB Variations
Color information
#C988A2 (or 0xC988A2) is known color: Viola. HEX triplet: C9, 88 and A2. RGB value is (201,136,162). Sum of RGB (Red+Green+Blue) = 201+136+162=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C988A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C988A2 is #36775D. Grayscale: #9E9E9E. Windows color (decimal): -3569502 or 10651849. OLE color: 10651849.
HSL color Cylindrical-coordinate representation of color #C988A2: hue angle of 336º 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 #C988A2 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 162 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.21 |
| HSL | 336º | 0.38% | 0.66% | - |
| HSV(B) | 336º | 0.32% | 0.79% | - |
| XYZ | 39.41 | 32.63 | 38.4 | - |
| YUV | 158.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 162 | 0 | 0.32 | 0.19 | 0.21 | 336 | 0.38 | 0.66 |
| Hex | C9 | 88 | A2 | 0 | 20 | 13 | 15 | 150 | 26 | 42 |
| Octal | 311 | 210 | 242 | 0 | 40 | 23 | 25 | 520 | 46 | 102 |
| Binary | 11001001 | 10001000 | 10100010 | 0 | 100000 | 10011 | 10101 | 101010000 | 100110 | 1000010 |
Color Harmonies of #C988A2
Complementary color
Monochromatic Colors of #C988A2
Black with #C988A2
Text Example
Text Example
White with #C988A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C988A2; }
p { color: rgb(201,136,162); }
H1.HeaderClassName
{
color: #C988A2;
}
.AnyTagClassName
{
color: #C988A2;
}
</style>
background-color css
<style>
a { background-color: #C988A2; }
a { background-color: rgb(201,136,162); }
div.DivClassName
{
background-color: #C988A2;
}
.BgClassName
{
background-color: #C988A2;
}
</style>
border-color css
<style>
span { border-color: #C988A2; }
span { border-color: rgb(201,136,162); }
td.TdClassName
{
border-color: #C988A2;
}
.TagClassName
{
border-color: #C988A2;
}
</style>