Shades of Viola #C98CA1
Tints of Viola #C98CA1
RGB
CMYK
RGB Variations
Color information
#C98CA1 (or 0xC98CA1) is known color: Viola. HEX triplet: C9, 8C and A1. RGB value is (201,140,161). Sum of RGB (Red+Green+Blue) = 201+140+161=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C98CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98CA1 is #36735E. Grayscale: #A0A0A0. Windows color (decimal): -3568479 or 10587337. OLE color: 10587337.
HSL color Cylindrical-coordinate representation of color #C98CA1: hue angle of 339.34º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98CA1 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 161 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.21 |
| HSL | 339.34º | 0.36% | 0.67% | - |
| HSV(B) | 339.34º | 0.3% | 0.79% | - |
| XYZ | 39.9 | 33.75 | 38.13 | - |
| YUV | 160.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 161 | 0 | 0.30 | 0.20 | 0.21 | 339.34 | 0.36 | 0.67 |
| Hex | C9 | 8C | A1 | 0 | 1E | 14 | 15 | 153 | 24 | 43 |
| Octal | 311 | 214 | 241 | 0 | 36 | 24 | 25 | 523 | 44 | 103 |
| Binary | 11001001 | 10001100 | 10100001 | 0 | 11110 | 10100 | 10101 | 101010011 | 100100 | 1000011 |
Color Harmonies of #C98CA1
Complementary color
Monochromatic Colors of #C98CA1
Black with #C98CA1
Text Example
Text Example
White with #C98CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CA1; }
p { color: rgb(201,140,161); }
H1.HeaderClassName
{
color: #C98CA1;
}
.AnyTagClassName
{
color: #C98CA1;
}
</style>
background-color css
<style>
a { background-color: #C98CA1; }
a { background-color: rgb(201,140,161); }
div.DivClassName
{
background-color: #C98CA1;
}
.BgClassName
{
background-color: #C98CA1;
}
</style>
border-color css
<style>
span { border-color: #C98CA1; }
span { border-color: rgb(201,140,161); }
td.TdClassName
{
border-color: #C98CA1;
}
.TagClassName
{
border-color: #C98CA1;
}
</style>