#C99CFF

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

Shades of Mauve #C99CFF

Tints of Mauve #C99CFF

Color information

#C99CFF (or 0xC99CFF) is unknown color: approx Mauve. HEX triplet: C9, 9C and FF. RGB value is (201,156,255). Sum of RGB (Red+Green+Blue) = 201+156+255=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #C99CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99CFF is #366300. Grayscale: #B4B4B4. Windows color (decimal): -3564289 or 16751817. OLE color: 16751817.

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

Color convert

RGB201156255-
CMYK0.210.3900
HSL267.27º100%80.59%-
HSV(B)267.27º38.82%100%-
XYZ54.0343.41100.14-
YUV180.74169.91142.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.84%
GREEN value IS 156 (61.33% from 255) = 25.49%
BLUE value IS 255 (100% from 255) = 41.67%
R=32.84%
G=25.49%
B=41.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011562550.210.3900267.2710080.59
HexC99CFF15270010b6451
Octal311234377254700413144121
Binary110010011001110011111111101011001110010000101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99CFF; }

 p { color: rgb(201,156,255); }

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

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

 a { background-color: rgb(201,156,255); }

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

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

 span { border-color: rgb(201,156,255); }

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