Shades of Viola #C987A3
Tints of Viola #C987A3
RGB
CMYK
RGB Variations
Color information
#C987A3 (or 0xC987A3) is known color: Viola. HEX triplet: C9, 87 and A3. RGB value is (201,135,163). Sum of RGB (Red+Green+Blue) = 201+135+163=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C987A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C987A3 is #36785C. Grayscale: #9D9D9D. Windows color (decimal): -3569757 or 10717129. OLE color: 10717129.
HSL color Cylindrical-coordinate representation of color #C987A3: hue angle of 334.55º 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 #C987A3 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 163 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.21 |
| HSL | 334.55º | 0.38% | 0.66% | - |
| HSV(B) | 334.55º | 0.33% | 0.79% | - |
| XYZ | 39.36 | 32.39 | 38.83 | - |
| YUV | 157.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 163 | 0 | 0.33 | 0.19 | 0.21 | 334.55 | 0.38 | 0.66 |
| Hex | C9 | 87 | A3 | 0 | 21 | 13 | 15 | 14F | 26 | 42 |
| Octal | 311 | 207 | 243 | 0 | 41 | 23 | 25 | 517 | 46 | 102 |
| Binary | 11001001 | 10000111 | 10100011 | 0 | 100001 | 10011 | 10101 | 101001111 | 100110 | 1000010 |
Color Harmonies of #C987A3
Complementary color
Monochromatic Colors of #C987A3
Black with #C987A3
Text Example
Text Example
White with #C987A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987A3; }
p { color: rgb(201,135,163); }
H1.HeaderClassName
{
color: #C987A3;
}
.AnyTagClassName
{
color: #C987A3;
}
</style>
background-color css
<style>
a { background-color: #C987A3; }
a { background-color: rgb(201,135,163); }
div.DivClassName
{
background-color: #C987A3;
}
.BgClassName
{
background-color: #C987A3;
}
</style>
border-color css
<style>
span { border-color: #C987A3; }
span { border-color: rgb(201,135,163); }
td.TdClassName
{
border-color: #C987A3;
}
.TagClassName
{
border-color: #C987A3;
}
</style>