#CC9AFC

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

Shades of Mauve #CC9AFC

Tints of Mauve #CC9AFC

Color information

#CC9AFC (or 0xCC9AFC) is unknown color: approx Mauve. HEX triplet: CC, 9A and FC. RGB value is (204,154,252). Sum of RGB (Red+Green+Blue) = 204+154+252=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC9AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9AFC is #336503. Grayscale: #B3B3B3. Windows color (decimal): -3368196 or 16554700. OLE color: 16554700.

HSL color Cylindrical-coordinate representation of color #CC9AFC: hue angle of 270.61º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC9AFC is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204154252-
CMYK0.190.3900.01
HSL270.61º94.23%79.61%-
HSV(B)270.61º38.89%98.82%-
XYZ54.0342.9897.54-
YUV180.12168.56145.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 154 (60.55% from 255) = 25.25%
BLUE value IS 252 (98.83% from 255) = 41.31%
R=33.44%
G=25.25%
B=41.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041542520.190.3900.01270.6194.2379.61
HexCC9AFC13270110f5e50
Octal314232374234701417136120
Binary110011001001101011111100100111001110110000111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9AFC; }

 p { color: rgb(204,154,252); }

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

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

 a { background-color: rgb(204,154,252); }

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

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

 span { border-color: rgb(204,154,252); }

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