#CC97FF

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

Shades of Mauve #CC97FF

Tints of Mauve #CC97FF

Color information

#CC97FF (or 0xCC97FF) is unknown color: approx Mauve. HEX triplet: CC, 97 and FF. RGB value is (204,151,255). Sum of RGB (Red+Green+Blue) = 204+151+255=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 151 (59.38% from 255 or 24.75% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC97FF is #336800. Grayscale: #B2B2B2. Windows color (decimal): -3368961 or 16750540. OLE color: 16750540.

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

Color convert

RGB204151255-
CMYK0.20.4100
HSL270.58º100%79.61%-
HSV(B)270.58º40.78%100%-
XYZ54.0242.1999.9-
YUV178.7171.06146.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 151 (59.38% from 255) = 24.75%
BLUE value IS 255 (100% from 255) = 41.80%
R=33.44%
G=24.75%
B=41.80%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041512550.20.4100270.5810079.61
HexCC97FF14290010f6450
Octal314227377245100417144120
Binary110011001001011111111111101001010010010000111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC97FF; }

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

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

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

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

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

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

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

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