#CB99FC

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

Shades of Mauve #CB99FC

Tints of Mauve #CB99FC

Color information

#CB99FC (or 0xCB99FC) is unknown color: approx Mauve. HEX triplet: CB, 99 and FC. RGB value is (203,153,252). Sum of RGB (Red+Green+Blue) = 203+153+252=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 153 (60.16% from 255 or 25.16% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB99FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB99FC is #346603. Grayscale: #B2B2B2. Windows color (decimal): -3433988 or 16554443. OLE color: 16554443.

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

Color convert

RGB203153252-
CMYK0.190.3900.01
HSL270.3º94.29%79.41%-
HSV(B)270.3º39.29%98.82%-
XYZ53.5942.5197.48-
YUV179.24169.06144.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 153 (60.16% from 255) = 25.16%
BLUE value IS 252 (98.83% from 255) = 41.45%
R=33.39%
G=25.16%
B=41.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031532520.190.3900.01270.394.2979.41
HexCB99FC13270110e5e4f
Octal313231374234701416136117
Binary110010111001100111111100100111001110110000111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99FC; }

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

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

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

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

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

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

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

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