Html Css Color HEX #C99AFF Mauve

📋 copy color: '#C99AFF'

red 201 ◦ green 154 ◦ blue 255

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

Shades of Mauve #C99AFF

Tints of Mauve #C99AFF

RGB

 RED value IS 201 (78.91% from 255) = 32.95%

 GREEN value IS 154 (60.55% from 255) = 25.25%

 BLUE value IS 255 (100% from 255) = 41.8%

R = 32.95%
G = 25.25%
B = 41.8%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C99AFF (or 0xC99AFF) is known color: Mauve. HEX triplet: C9, 9A and FF. RGB value is (201,154,255). Sum of RGB (Red+Green+Blue) = 201+154+255=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #C99AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99AFF is #366500. Grayscale: #B3B3B3. Windows color (decimal): -3564801 or 16751305. OLE color: 16751305.

HSL color Cylindrical-coordinate representation of color #C99AFF: hue angle of 267.92º 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 #C99AFF is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 154 255 -
CMYK 0.21 0.40 0 0
HSL 267.92º 1% 0.8% -
HSV(B) 267.92º 0.4% 1% -
XYZ 53.69 42.75 100.03 -
YUV 179.57 170.57 143.29 -
System Red Green Blue C M Y K H S L
Decimal 201 154 255 0.21 0.40 0 0 267.92 1 0.8
Hex C9 9A FF 15 28 0 0 10C 64 50
Octal 311 232 377 25 50 0 0 414 144 120
Binary 11001001 10011010 11111111 10101 101000 0 0 100001100 1100100 1010000

Color Harmonies of #C99AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99AFF

Black with #C99AFF

Text Example


Text Example

White with #C99AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99AFF; }

 p { color: rgb(201,154,255); }

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

background-color css

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

 a { background-color: rgb(201,154,255); }

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

border-color css

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

 span { border-color: rgb(201,154,255); }

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