Shades of Viola #CC99AA
Tints of Viola #CC99AA
RGB
CMYK
RGB Variations
Color information
#CC99AA (or 0xCC99AA) is known color: Viola. HEX triplet: CC, 99 and AA. RGB value is (204,153,170). Sum of RGB (Red+Green+Blue) = 204+153+170=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC99AA is #336655. Grayscale: #AAAAAA. Windows color (decimal): -3368534 or 11180492. OLE color: 11180492.
HSL color Cylindrical-coordinate representation of color #CC99AA: hue angle of 340º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC99AA is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 170 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.2 |
| HSL | 340º | 0.33% | 0.7% | - |
| HSV(B) | 340º | 0.25% | 0.8% | - |
| XYZ | 43.55 | 38.52 | 43.17 | - |
| YUV | 170.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 170 | 0 | 0.25 | 0.17 | 0.2 | 340 | 0.33 | 0.7 |
| Hex | CC | 99 | AA | 0 | 19 | 11 | 14 | 154 | 21 | 46 |
| Octal | 314 | 231 | 252 | 0 | 31 | 21 | 24 | 524 | 41 | 106 |
| Binary | 11001100 | 10011001 | 10101010 | 0 | 11001 | 10001 | 10100 | 101010100 | 100001 | 1000110 |
Color Harmonies of #CC99AA
Complementary color
Monochromatic Colors of #CC99AA
Black with #CC99AA
Text Example
Text Example
White with #CC99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99AA; }
p { color: rgb(204,153,170); }
H1.HeaderClassName
{
color: #CC99AA;
}
.AnyTagClassName
{
color: #CC99AA;
}
</style>
background-color css
<style>
a { background-color: #CC99AA; }
a { background-color: rgb(204,153,170); }
div.DivClassName
{
background-color: #CC99AA;
}
.BgClassName
{
background-color: #CC99AA;
}
</style>
border-color css
<style>
span { border-color: #CC99AA; }
span { border-color: rgb(204,153,170); }
td.TdClassName
{
border-color: #CC99AA;
}
.TagClassName
{
border-color: #CC99AA;
}
</style>