#C998FB

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

Shades of Mauve #C998FB

Tints of Mauve #C998FB

Color information

#C998FB (or 0xC998FB) is unknown color: approx Mauve. HEX triplet: C9, 98 and FB. RGB value is (201,152,251). Sum of RGB (Red+Green+Blue) = 201+152+251=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #C998FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C998FB is #366704. Grayscale: #B1B1B1. Windows color (decimal): -3565317 or 16488649. OLE color: 16488649.

HSL color Cylindrical-coordinate representation of color #C998FB: hue angle of 269.7º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C998FB is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201152251-
CMYK0.200.3900.02
HSL269.7º92.52%79.02%-
HSV(B)269.7º39.44%98.43%-
XYZ52.7341.8496.56-
YUV177.94169.23144.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.28%
GREEN value IS 152 (59.77% from 255) = 25.17%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=33.28%
G=25.17%
B=41.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011522510.200.3900.02269.792.5279.02
HexC998FB14270210e5d4f
Octal311230373244702416135117
Binary1100100110011000111110111010010011101010000111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C998FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C998FB; }

 p { color: rgb(201,152,251); }

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

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

 a { background-color: rgb(201,152,251); }

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

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

 span { border-color: rgb(201,152,251); }

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