#C999FA

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

Shades of Mauve #C999FA

Tints of Mauve #C999FA

Color information

#C999FA (or 0xC999FA) is unknown color: approx Mauve. HEX triplet: C9, 99 and FA. RGB value is (201,153,250). Sum of RGB (Red+Green+Blue) = 201+153+250=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #C999FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C999FA is #366605. Grayscale: #B2B2B2. Windows color (decimal): -3565062 or 16423369. OLE color: 16423369.

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

Color convert

RGB201153250-
CMYK0.200.3900.02
HSL269.69º90.65%79.02%-
HSV(B)269.69º38.8%98.04%-
XYZ52.7342.195.79-
YUV178.41168.4144.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.28%
GREEN value IS 153 (60.16% from 255) = 25.33%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=33.28%
G=25.33%
B=41.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011532500.200.3900.02269.6990.6579.02
HexC999FA14270210e5b4f
Octal311231372244702416133117
Binary1100100110011001111110101010010011101010000111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999FA; }

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

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

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

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

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

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

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

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