Html Css Color HEX #CC99FB Mauve

📋 copy color: '#CC99FB'

red 204 ◦ green 153 ◦ blue 251

#CC99FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #CC99FB

Tints of Mauve #CC99FB

RGB

 RED value IS 204 (80.08% from 255) = 33.55%

 GREEN value IS 153 (60.16% from 255) = 25.16%

 BLUE value IS 251 (98.44% from 255) = 41.28%

R = 33.55%
G = 25.16%
B = 41.28%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC99FB (or 0xCC99FB) is known color: Mauve. HEX triplet: CC, 99 and FB. RGB value is (204,153,251). Sum of RGB (Red+Green+Blue) = 204+153+251=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 153 (60.16% from 255 or 25.16% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC99FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC99FB is #336604. Grayscale: #B3B3B3. Windows color (decimal): -3368453 or 16488908. OLE color: 16488908.

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

Color convert

RGB 204 153 251 -
CMYK 0.19 0.39 0 0.02
HSL 271.22º 0.92% 0.79% -
HSV(B) 271.22º 0.39% 0.98% -
XYZ 53.71 42.58 96.66 -
YUV 179.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 204 153 251 0.19 0.39 0 0.02 271.22 0.92 0.79
Hex CC 99 FB 13 27 0 2 10F 5C 4F
Octal 314 231 373 23 47 0 2 417 134 117
Binary 11001100 10011001 11111011 10011 100111 0 10 100001111 1011100 1001111

Color Harmonies of #CC99FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC99FB

Black with #CC99FB

Text Example


Text Example

White with #CC99FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC99FB; }

 p { color: rgb(204,153,251); }

 H1.HeaderClassName
 {
   color: #CC99FB;
 }
 .AnyTagClassName
 {
   color: #CC99FB;
 }
</style>

background-color css

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

 a { background-color: rgb(204,153,251); }

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

border-color css

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

 span { border-color: rgb(204,153,251); }

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