Shades of Viola #C987A2
Tints of Viola #C987A2
RGB
CMYK
RGB Variations
Color information
#C987A2 (or 0xC987A2) is known color: Viola. HEX triplet: C9, 87 and A2. RGB value is (201,135,162). Sum of RGB (Red+Green+Blue) = 201+135+162=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C987A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C987A2 is #36785D. Grayscale: #9D9D9D. Windows color (decimal): -3569758 or 10651593. OLE color: 10651593.
HSL color Cylindrical-coordinate representation of color #C987A2: hue angle of 335.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C987A2 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 162 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.21 |
| HSL | 335.45º | 0.38% | 0.66% | - |
| HSV(B) | 335.45º | 0.33% | 0.79% | - |
| XYZ | 39.27 | 32.35 | 38.36 | - |
| YUV | 157.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 162 | 0 | 0.33 | 0.19 | 0.21 | 335.45 | 0.38 | 0.66 |
| Hex | C9 | 87 | A2 | 0 | 21 | 13 | 15 | 14F | 26 | 42 |
| Octal | 311 | 207 | 242 | 0 | 41 | 23 | 25 | 517 | 46 | 102 |
| Binary | 11001001 | 10000111 | 10100010 | 0 | 100001 | 10011 | 10101 | 101001111 | 100110 | 1000010 |
Color Harmonies of #C987A2
Complementary color
Monochromatic Colors of #C987A2
Black with #C987A2
Text Example
Text Example
White with #C987A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987A2; }
p { color: rgb(201,135,162); }
H1.HeaderClassName
{
color: #C987A2;
}
.AnyTagClassName
{
color: #C987A2;
}
</style>
background-color css
<style>
a { background-color: #C987A2; }
a { background-color: rgb(201,135,162); }
div.DivClassName
{
background-color: #C987A2;
}
.BgClassName
{
background-color: #C987A2;
}
</style>
border-color css
<style>
span { border-color: #C987A2; }
span { border-color: rgb(201,135,162); }
td.TdClassName
{
border-color: #C987A2;
}
.TagClassName
{
border-color: #C987A2;
}
</style>