Html Css Color HEX #CC99FA Mauve

📋 copy color: '#CC99FA'

red 204 ◦ green 153 ◦ blue 250

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

Shades of Mauve #CC99FA

Tints of Mauve #CC99FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.19%

R = 33.61%
G = 25.21%
B = 41.19%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC99FA (or 0xCC99FA) is known color: Mauve. HEX triplet: CC, 99 and FA. RGB value is (204,153,250). Sum of RGB (Red+Green+Blue) = 204+153+250=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC99FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC99FA is #336605. Grayscale: #B2B2B2. Windows color (decimal): -3368454 or 16423372. OLE color: 16423372.

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

Color convert

RGB 204 153 250 -
CMYK 0.18 0.39 0 0.02
HSL 271.55º 0.91% 0.79% -
HSV(B) 271.55º 0.39% 0.98% -
XYZ 53.55 42.52 95.83 -
YUV 179.31 167.9 145.61 -
System Red Green Blue C M Y K H S L
Decimal 204 153 250 0.18 0.39 0 0.02 271.55 0.91 0.79
Hex CC 99 FA 12 27 0 2 110 5B 4F
Octal 314 231 372 22 47 0 2 420 133 117
Binary 11001100 10011001 11111010 10010 100111 0 10 100010000 1011011 1001111

Color Harmonies of #CC99FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC99FA

Black with #CC99FA

Text Example


Text Example

White with #CC99FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC99FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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