#CF99FF

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

Shades of Mauve #CF99FF

Tints of Mauve #CF99FF

Color information

#CF99FF (or 0xCF99FF) is unknown color: approx Mauve. HEX triplet: CF, 99 and FF. RGB value is (207,153,255). Sum of RGB (Red+Green+Blue) = 207+153+255=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF99FF is #306600. Grayscale: #B4B4B4. Windows color (decimal): -3171841 or 16751055. OLE color: 16751055.

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

Color convert

RGB207153255-
CMYK0.190.400
HSL271.76º100%80%-
HSV(B)271.76º40%100%-
XYZ55.1743.27100.05-
YUV180.77169.89146.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.66%
GREEN value IS 153 (60.16% from 255) = 24.88%
BLUE value IS 255 (100% from 255) = 41.46%
R=33.66%
G=24.88%
B=41.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071532550.190.400271.7610080
HexCF99FF1328001106450
Octal317231377235000420144120
Binary110011111001100111111111100111010000010001000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF99FF; }

 p { color: rgb(207,153,255); }

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

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

 a { background-color: rgb(207,153,255); }

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

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

 span { border-color: rgb(207,153,255); }

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