Shades of Viola #C989A2
Tints of Viola #C989A2
RGB
CMYK
RGB Variations
Color information
#C989A2 (or 0xC989A2) is known color: Viola. HEX triplet: C9, 89 and A2. RGB value is (201,137,162). Sum of RGB (Red+Green+Blue) = 201+137+162=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C989A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C989A2 is #36765D. Grayscale: #9E9E9E. Windows color (decimal): -3569246 or 10652105. OLE color: 10652105.
HSL color Cylindrical-coordinate representation of color #C989A2: hue angle of 336.56º degrees, saturation: 0.37, 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 #C989A2 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 162 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.21 |
| HSL | 336.56º | 0.37% | 0.66% | - |
| HSV(B) | 336.56º | 0.32% | 0.79% | - |
| XYZ | 39.55 | 32.92 | 38.45 | - |
| YUV | 158.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 162 | 0 | 0.32 | 0.19 | 0.21 | 336.56 | 0.37 | 0.66 |
| Hex | C9 | 89 | A2 | 0 | 20 | 13 | 15 | 151 | 25 | 42 |
| Octal | 311 | 211 | 242 | 0 | 40 | 23 | 25 | 521 | 45 | 102 |
| Binary | 11001001 | 10001001 | 10100010 | 0 | 100000 | 10011 | 10101 | 101010001 | 100101 | 1000010 |
Color Harmonies of #C989A2
Complementary color
Monochromatic Colors of #C989A2
Black with #C989A2
Text Example
Text Example
White with #C989A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C989A2; }
p { color: rgb(201,137,162); }
H1.HeaderClassName
{
color: #C989A2;
}
.AnyTagClassName
{
color: #C989A2;
}
</style>
background-color css
<style>
a { background-color: #C989A2; }
a { background-color: rgb(201,137,162); }
div.DivClassName
{
background-color: #C989A2;
}
.BgClassName
{
background-color: #C989A2;
}
</style>
border-color css
<style>
span { border-color: #C989A2; }
span { border-color: rgb(201,137,162); }
td.TdClassName
{
border-color: #C989A2;
}
.TagClassName
{
border-color: #C989A2;
}
</style>