Shades of Viola #C992AA
Tints of Viola #C992AA
RGB
CMYK
RGB Variations
Color information
#C992AA (or 0xC992AA) is known color: Viola. HEX triplet: C9, 92 and AA. RGB value is (201,146,170). Sum of RGB (Red+Green+Blue) = 201+146+170=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C992AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C992AA is #366D55. Grayscale: #A5A5A5. Windows color (decimal): -3566934 or 11178697. OLE color: 11178697.
HSL color Cylindrical-coordinate representation of color #C992AA: hue angle of 333.82º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C992AA is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 170 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.21 |
| HSL | 333.82º | 0.34% | 0.68% | - |
| HSV(B) | 333.82º | 0.27% | 0.79% | - |
| XYZ | 41.62 | 35.88 | 42.76 | - |
| YUV | 165.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 170 | 0 | 0.27 | 0.15 | 0.21 | 333.82 | 0.34 | 0.68 |
| Hex | C9 | 92 | AA | 0 | 1B | F | 15 | 14E | 22 | 44 |
| Octal | 311 | 222 | 252 | 0 | 33 | 17 | 25 | 516 | 42 | 104 |
| Binary | 11001001 | 10010010 | 10101010 | 0 | 11011 | 1111 | 10101 | 101001110 | 100010 | 1000100 |
Color Harmonies of #C992AA
Complementary color
Monochromatic Colors of #C992AA
Black with #C992AA
Text Example
Text Example
White with #C992AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C992AA; }
p { color: rgb(201,146,170); }
H1.HeaderClassName
{
color: #C992AA;
}
.AnyTagClassName
{
color: #C992AA;
}
</style>
background-color css
<style>
a { background-color: #C992AA; }
a { background-color: rgb(201,146,170); }
div.DivClassName
{
background-color: #C992AA;
}
.BgClassName
{
background-color: #C992AA;
}
</style>
border-color css
<style>
span { border-color: #C992AA; }
span { border-color: rgb(201,146,170); }
td.TdClassName
{
border-color: #C992AA;
}
.TagClassName
{
border-color: #C992AA;
}
</style>