#CF96F9

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

Shades of Mauve #CF96F9

Tints of Mauve #CF96F9

Color information

#CF96F9 (or 0xCF96F9) is unknown color: approx Mauve. HEX triplet: CF, 96 and F9. RGB value is (207,150,249). Sum of RGB (Red+Green+Blue) = 207+150+249=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 150 (58.98% from 255 or 24.75% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF96F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF96F9 is #306906. Grayscale: #B1B1B1. Windows color (decimal): -3172615 or 16357071. OLE color: 16357071.

HSL color Cylindrical-coordinate representation of color #CF96F9: hue angle of 274.55º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF96F9 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207150249-
CMYK0.170.4000.02
HSL274.55º89.19%78.24%-
HSV(B)274.55º39.76%97.65%-
XYZ53.7441.9294.88-
YUV178.33167.88148.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 150 (58.98% from 255) = 24.75%
BLUE value IS 249 (97.66% from 255) = 41.09%
R=34.16%
G=24.75%
B=41.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071502490.170.4000.02274.5589.1978.24
HexCF96F9112802113594e
Octal317226371215002423131116
Binary1100111110010110111110011000110100001010001001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF96F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF96F9; }

 p { color: rgb(207,150,249); }

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

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

 a { background-color: rgb(207,150,249); }

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

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

 span { border-color: rgb(207,150,249); }

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