#C992FF

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

Shades of Mauve #C992FF

Tints of Mauve #C992FF

Color information

#C992FF (or 0xC992FF) is unknown color: approx Mauve. HEX triplet: C9, 92 and FF. RGB value is (201,146,255). Sum of RGB (Red+Green+Blue) = 201+146+255=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #C992FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C992FF is #366D00. Grayscale: #AEAEAE. Windows color (decimal): -3566849 or 16749257. OLE color: 16749257.

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

Color convert

RGB201146255-
CMYK0.210.4300
HSL270.28º100%78.63%-
HSV(B)270.28º42.75%100%-
XYZ52.4240.299.6-
YUV174.87173.22146.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.39%
GREEN value IS 146 (57.42% from 255) = 24.25%
BLUE value IS 255 (100% from 255) = 42.36%
R=33.39%
G=24.25%
B=42.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011462550.210.4300270.2810078.63
HexC992FF152B0010e644f
Octal311222377255300416144117
Binary110010011001001011111111101011010110010000111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C992FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C992FF; }

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

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

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

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

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

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

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

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