#C99FFA

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

Shades of Mauve #C99FFA

Tints of Mauve #C99FFA

Color information

#C99FFA (or 0xC99FFA) is unknown color: approx Mauve. HEX triplet: C9, 9F and FA. RGB value is (201,159,250). Sum of RGB (Red+Green+Blue) = 201+159+250=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #C99FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99FFA is #366005. Grayscale: #B5B5B5. Windows color (decimal): -3563526 or 16424905. OLE color: 16424905.

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

Color convert

RGB201159250-
CMYK0.200.3600.02
HSL267.69º90.1%80.2%-
HSV(B)267.69º36.4%98.04%-
XYZ53.7444.1296.13-
YUV181.93166.41141.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.95%
GREEN value IS 159 (62.5% from 255) = 26.07%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=32.95%
G=26.07%
B=40.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011592500.200.3600.02267.6990.180.2
HexC99FFA14240210c5a50
Octal311237372244402414132120
Binary1100100110011111111110101010010010001010000110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FFA; }

 p { color: rgb(201,159,250); }

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

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

 a { background-color: rgb(201,159,250); }

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

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

 span { border-color: rgb(201,159,250); }

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