#CC99FF

Color #CC99FF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CC99FF

Tints of Mauve #CC99FF

Color information

#CC99FF (or 0xCC99FF) is unknown color: approx Mauve. HEX triplet: CC, 99 and FF. RGB value is (204,153,255). Sum of RGB (Red+Green+Blue) = 204+153+255=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC99FF is a web safe color. Inversed color of #CC99FF is #336600. Grayscale: #B3B3B3. Windows color (decimal): -3368449 or 16751052. OLE color: 16751052.

HSL color Cylindrical-coordinate representation of color #CC99FF: hue angle of 270º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC99FF is Cyan = 0.2, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204153255-
CMYK0.20.400
HSL270º100%80%-
HSV(B)270º40%100%-
XYZ54.3442.84100.01-
YUV179.88170.4145.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 25%
BLUE value IS 255 (100% from 255) = 41.67%
R=33.33%
G=25%
B=41.67%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041532550.20.40027010080
HexCC99FF14280010e6450
Octal314231377245000416144120
Binary110011001001100111111111101001010000010000111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99FF; }

 p { color: rgb(204,153,255); }

 H1.HeaderClassName
 {
   color: #CC99FF;
 }
 .AnyTagClassName
 {
   color: #CC99FF;
 }
</style>
background-color css

<style>
 a { background-color: #CC99FF; }

 a { background-color: rgb(204,153,255); }

 div.DivClassName
 {
   background-color: #CC99FF;
 }
 .BgClassName
 {
   background-color: #CC99FF;
 }
</style>
border-color css

<style>
 span { border-color: #CC99FF; }

 span { border-color: rgb(204,153,255); }

 td.TdClassName
 {
   border-color: #CC99FF;
 }
 .TagClassName
 {
   border-color: #CC99FF;
 }
</style>