#C993FF

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

Shades of Mauve #C993FF

Tints of Mauve #C993FF

Color information

#C993FF (or 0xC993FF) is unknown color: approx Mauve. HEX triplet: C9, 93 and FF. RGB value is (201,147,255). Sum of RGB (Red+Green+Blue) = 201+147+255=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #C993FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C993FF is #366C00. Grayscale: #AFAFAF. Windows color (decimal): -3566593 or 16749513. OLE color: 16749513.

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

Color convert

RGB201147255-
CMYK0.210.4200
HSL270º100%78.82%-
HSV(B)270º42.35%100%-
XYZ52.5740.599.66-
YUV175.46172.89146.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.33%
GREEN value IS 147 (57.81% from 255) = 24.38%
BLUE value IS 255 (100% from 255) = 42.29%
R=33.33%
G=24.38%
B=42.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011472550.210.420027010078.82
HexC993FF152A0010e644f
Octal311223377255200416144117
Binary110010011001001111111111101011010100010000111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993FF; }

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

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

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

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

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

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

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

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