#C493FF

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

Shades of Mauve #C493FF

Tints of Mauve #C493FF

Color information

#C493FF (or 0xC493FF) is unknown color: approx Mauve. HEX triplet: C4, 93 and FF. RGB value is (196,147,255). Sum of RGB (Red+Green+Blue) = 196+147+255=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #C493FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C493FF is #3B6C00. Grayscale: #ADADAD. Windows color (decimal): -3894273 or 16749508. OLE color: 16749508.

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

Color convert

RGB196147255-
CMYK0.230.4200
HSL267.22º100%78.82%-
HSV(B)267.22º42.35%100%-
XYZ51.2539.8299.59-
YUV173.96173.73143.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.78%
GREEN value IS 147 (57.81% from 255) = 24.58%
BLUE value IS 255 (100% from 255) = 42.64%
R=32.78%
G=24.58%
B=42.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961472550.230.4200267.2210078.82
HexC493FF172A0010b644f
Octal304223377275200413144117
Binary110001001001001111111111101111010100010000101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C493FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C493FF; }

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

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

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

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

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

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

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

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