Html Css Color HEX #C49FFF Mauve

📋 copy color: '#C49FFF'

red 196 ◦ green 159 ◦ blue 255

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

Shades of Mauve #C49FFF

Tints of Mauve #C49FFF

RGB

 RED value IS 196 (76.95% from 255) = 32.13%

 GREEN value IS 159 (62.5% from 255) = 26.07%

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

R = 32.13%
G = 26.07%
B = 41.8%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C49FFF (or 0xC49FFF) is known color: Mauve. HEX triplet: C4, 9F and FF. RGB value is (196,159,255). Sum of RGB (Red+Green+Blue) = 196+159+255=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 159 (62.5% from 255 or 26.07% 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 #C49FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49FFF is #3B6000. Grayscale: #B4B4B4. Windows color (decimal): -3891201 or 16752580. OLE color: 16752580.

HSL color Cylindrical-coordinate representation of color #C49FFF: hue angle of 263.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C49FFF is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 159 255 -
CMYK 0.23 0.38 0 0
HSL 263.13º 1% 0.81% -
HSV(B) 263.13º 0.38% 1% -
XYZ 53.21 43.75 100.25 -
YUV 181.01 169.76 138.69 -
System Red Green Blue C M Y K H S L
Decimal 196 159 255 0.23 0.38 0 0 263.13 1 0.81
Hex C4 9F FF 17 26 0 0 107 64 51
Octal 304 237 377 27 46 0 0 407 144 121
Binary 11000100 10011111 11111111 10111 100110 0 0 100000111 1100100 1010001

Color Harmonies of #C49FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49FFF

Black with #C49FFF

Text Example


Text Example

White with #C49FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49FFF; }

 p { color: rgb(196,159,255); }

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

background-color css

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

 a { background-color: rgb(196,159,255); }

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

border-color css

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

 span { border-color: rgb(196,159,255); }

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