#CB99F9

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

Shades of Mauve #CB99F9

Tints of Mauve #CB99F9

Color information

#CB99F9 (or 0xCB99F9) is unknown color: approx Mauve. HEX triplet: CB, 99 and F9. RGB value is (203,153,249). Sum of RGB (Red+Green+Blue) = 203+153+249=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB99F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB99F9 is #346606. Grayscale: #B2B2B2. Windows color (decimal): -3433991 or 16357835. OLE color: 16357835.

HSL color Cylindrical-coordinate representation of color #CB99F9: hue angle of 271.25º degrees, saturation: 0.89, 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 #CB99F9 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203153249-
CMYK0.180.3900.02
HSL271.25º88.89%78.82%-
HSV(B)271.25º38.55%97.65%-
XYZ53.1242.3294.99-
YUV178.89167.56145.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.55%
GREEN value IS 153 (60.16% from 255) = 25.29%
BLUE value IS 249 (97.66% from 255) = 41.16%
R=33.55%
G=25.29%
B=41.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031532490.180.3900.02271.2588.8978.82
HexCB99F912270210f594f
Octal313231371224702417131117
Binary1100101110011001111110011001010011101010000111110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99F9; }

 p { color: rgb(203,153,249); }

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

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

 a { background-color: rgb(203,153,249); }

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

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

 span { border-color: rgb(203,153,249); }

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