#cc9afe

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

Shades of Mauve #CC9AFE

Tints of Mauve #CC9AFE

Color information

#CC9AFE (or 0xCC9AFE) is unknown color: approx Mauve. HEX triplet: CC, 9A and FE. RGB value is (204,154,254). Sum of RGB (Red+Green+Blue) = 204+154+254=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC9AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9AFE is #336501. Grayscale: #B4B4B4. Windows color (decimal): -3368194 or 16685772. OLE color: 16685772.

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

Color convert

RGB204154254-
CMYK0.200.3900.00
HSL270º98.04%80%-
HSV(B)270º39.37%99.61%-
XYZ54.3543.199.22-
YUV180.35169.56144.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 154 (60.55% from 255) = 25.16%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=33.33%
G=25.16%
B=41.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2041542540.200.3900.0027098.0480
HexCC9AFE14270010e6250
Octal314232376244700416142120
Binary110011001001101011111110101001001110010000111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc9afe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc9afe; }

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

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

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

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

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

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

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

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