#CF98FC

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

Shades of Mauve #CF98FC

Tints of Mauve #CF98FC

Color information

#CF98FC (or 0xCF98FC) is unknown color: approx Mauve. HEX triplet: CF, 98 and FC. RGB value is (207,152,252). Sum of RGB (Red+Green+Blue) = 207+152+252=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 152 (59.77% from 255 or 24.88% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF98FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF98FC is #306703. Grayscale: #B3B3B3. Windows color (decimal): -3172100 or 16554191. OLE color: 16554191.

HSL color Cylindrical-coordinate representation of color #CF98FC: hue angle of 273º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF98FC is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207152252-
CMYK0.180.4000.01
HSL273º94.34%79.22%-
HSV(B)273º39.68%98.82%-
XYZ54.5342.7597.47-
YUV179.84168.72147.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.88%
GREEN value IS 152 (59.77% from 255) = 24.88%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=33.88%
G=24.88%
B=41.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071522520.180.4000.0127394.3479.22
HexCF98FC1228011115e4f
Octal317230374225001421136117
Binary110011111001100011111100100101010000110001000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF98FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF98FC; }

 p { color: rgb(207,152,252); }

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

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

 a { background-color: rgb(207,152,252); }

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

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

 span { border-color: rgb(207,152,252); }

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