#C994FD

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

Shades of Mauve #C994FD

Tints of Mauve #C994FD

Color information

#C994FD (or 0xC994FD) is unknown color: approx Mauve. HEX triplet: C9, 94 and FD. RGB value is (201,148,253). Sum of RGB (Red+Green+Blue) = 201+148+253=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #C994FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C994FD is #366B02. Grayscale: #AFAFAF. Windows color (decimal): -3566339 or 16618697. OLE color: 16618697.

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

Color convert

RGB201148253-
CMYK0.210.4200.01
HSL270.29º96.33%78.63%-
HSV(B)270.29º41.5%99.22%-
XYZ52.4140.6998.02-
YUV175.82171.56145.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.39%
GREEN value IS 148 (58.20% from 255) = 24.58%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=33.39%
G=24.58%
B=42.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011482530.210.4200.01270.2996.3378.63
HexC994FD152A0110e604f
Octal311224375255201416140117
Binary110010011001010011111101101011010100110000111011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C994FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C994FD; }

 p { color: rgb(201,148,253); }

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

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

 a { background-color: rgb(201,148,253); }

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

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

 span { border-color: rgb(201,148,253); }

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