#C991FE

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

Shades of Mauve #C991FE

Tints of Mauve #C991FE

Color information

#C991FE (or 0xC991FE) is unknown color: approx Mauve. HEX triplet: C9, 91 and FE. RGB value is (201,145,254). Sum of RGB (Red+Green+Blue) = 201+145+254=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #C991FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C991FE is #366E01. Grayscale: #ADADAD. Windows color (decimal): -3567106 or 16683465. OLE color: 16683465.

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

Color convert

RGB201145254-
CMYK0.210.4300.00
HSL270.83º98.2%78.24%-
HSV(B)270.83º42.91%99.61%-
XYZ52.139.8298.71-
YUV174.17173.05147.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.5%
GREEN value IS 145 (57.03% from 255) = 24.17%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=33.5%
G=24.17%
B=42.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011452540.210.4300.00270.8398.278.24
HexC991FE152B0010f624e
Octal311221376255300417142116
Binary110010011001000111111110101011010110010000111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C991FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C991FE; }

 p { color: rgb(201,145,254); }

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

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

 a { background-color: rgb(201,145,254); }

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

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

 span { border-color: rgb(201,145,254); }

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