#CF94FB

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

Shades of Mauve #CF94FB

Tints of Mauve #CF94FB

Color information

#CF94FB (or 0xCF94FB) is unknown color: approx Mauve. HEX triplet: CF, 94 and FB. RGB value is (207,148,251). Sum of RGB (Red+Green+Blue) = 207+148+251=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF94FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF94FB is #306B04. Grayscale: #B1B1B1. Windows color (decimal): -3173125 or 16487631. OLE color: 16487631.

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

Color convert

RGB207148251-
CMYK0.180.4100.02
HSL274.37º92.79%78.24%-
HSV(B)274.37º41.04%98.43%-
XYZ53.7341.4196.43-
YUV177.38169.55149.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 148 (58.20% from 255) = 24.42%
BLUE value IS 251 (98.44% from 255) = 41.42%
R=34.16%
G=24.42%
B=41.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071482510.180.4100.02274.3792.7978.24
HexCF94FB1229021125d4e
Octal317224373225102422135116
Binary1100111110010100111110111001010100101010001001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF94FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF94FB; }

 p { color: rgb(207,148,251); }

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

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

 a { background-color: rgb(207,148,251); }

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

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

 span { border-color: rgb(207,148,251); }

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