Shades of Viola #C991A7
Tints of Viola #C991A7
RGB
CMYK
RGB Variations
Color information
#C991A7 (or 0xC991A7) is known color: Viola. HEX triplet: C9, 91 and A7. RGB value is (201,145,167). Sum of RGB (Red+Green+Blue) = 201+145+167=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C991A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C991A7 is #366E58. Grayscale: #A4A4A4. Windows color (decimal): -3567193 or 10981833. OLE color: 10981833.
HSL color Cylindrical-coordinate representation of color #C991A7: hue angle of 336.43º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C991A7 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 167 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.21 |
| HSL | 336.43º | 0.34% | 0.68% | - |
| HSV(B) | 336.43º | 0.28% | 0.79% | - |
| XYZ | 41.19 | 35.46 | 41.23 | - |
| YUV | 164.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 167 | 0 | 0.28 | 0.17 | 0.21 | 336.43 | 0.34 | 0.68 |
| Hex | C9 | 91 | A7 | 0 | 1C | 11 | 15 | 150 | 22 | 44 |
| Octal | 311 | 221 | 247 | 0 | 34 | 21 | 25 | 520 | 42 | 104 |
| Binary | 11001001 | 10010001 | 10100111 | 0 | 11100 | 10001 | 10101 | 101010000 | 100010 | 1000100 |
Color Harmonies of #C991A7
Complementary color
Monochromatic Colors of #C991A7
Black with #C991A7
Text Example
Text Example
White with #C991A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C991A7; }
p { color: rgb(201,145,167); }
H1.HeaderClassName
{
color: #C991A7;
}
.AnyTagClassName
{
color: #C991A7;
}
</style>
background-color css
<style>
a { background-color: #C991A7; }
a { background-color: rgb(201,145,167); }
div.DivClassName
{
background-color: #C991A7;
}
.BgClassName
{
background-color: #C991A7;
}
</style>
border-color css
<style>
span { border-color: #C991A7; }
span { border-color: rgb(201,145,167); }
td.TdClassName
{
border-color: #C991A7;
}
.TagClassName
{
border-color: #C991A7;
}
</style>