#CC9FFF

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

Shades of Mauve #CC9FFF

Tints of Mauve #CC9FFF

Color information

#CC9FFF (or 0xCC9FFF) is unknown color: approx Mauve. HEX triplet: CC, 9F and FF. RGB value is (204,159,255). Sum of RGB (Red+Green+Blue) = 204+159+255=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9FFF is #336000. Grayscale: #B7B7B7. Windows color (decimal): -3366913 or 16752588. OLE color: 16752588.

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

Color convert

RGB204159255-
CMYK0.20.3800
HSL268.12º100%81.18%-
HSV(B)268.12º37.65%100%-
XYZ55.3544.85100.35-
YUV183.4168.41142.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 159 (62.5% from 255) = 25.73%
BLUE value IS 255 (100% from 255) = 41.26%
R=33.01%
G=25.73%
B=41.26%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041592550.20.3800268.1210081.18
HexCC9FFF14260010c6451
Octal314237377244600414144121
Binary110011001001111111111111101001001100010000110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9FFF; }

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

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

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

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

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

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

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

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