#CC99CC (or 0xCC99CC) is unknown color: approx Lilac. HEX triplet: CC, 99 and CC. RGB value is (204,153,204). Sum of RGB (Red+Green+Blue) = 204+153+204=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC99CC is a web safe color. Inversed color of #CC99CC is #336633. Grayscale: #ADADAD. Windows color (decimal): -3368500 or 13408716. OLE color: 13408716.
HSL color Cylindrical-coordinate representation of color #CC99CC: hue angle of 300º 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 #CC99CC is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
<style> p { color: #CC99CC; } p { color: rgb(204,153,204); } H1.HeaderClassName { color: #CC99CC; } .AnyTagClassName { color: #CC99CC; } </style>
<style> a { background-color: #CC99CC; } a { background-color: rgb(204,153,204); } div.DivClassName { background-color: #CC99CC; } .BgClassName { background-color: #CC99CC; } </style>
<style> span { border-color: #CC99CC; } span { border-color: rgb(204,153,204); } td.TdClassName { border-color: #CC99CC; } .TagClassName { border-color: #CC99CC; } </style>