#C594FE

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

Shades of Mauve #C594FE

Tints of Mauve #C594FE

Color information

#C594FE (or 0xC594FE) is unknown color: approx Mauve. HEX triplet: C5, 94 and FE. RGB value is (197,148,254). Sum of RGB (Red+Green+Blue) = 197+148+254=599 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.89% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #C594FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C594FE is #3A6B01. Grayscale: #AEAEAE. Windows color (decimal): -3828482 or 16684229. OLE color: 16684229.

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

Color convert

RGB197148254-
CMYK0.220.4200.00
HSL267.74º98.15%78.82%-
HSV(B)267.74º41.73%99.61%-
XYZ51.5140.2198.81-
YUV174.74172.73143.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.89%
GREEN value IS 148 (58.20% from 255) = 24.71%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=32.89%
G=24.71%
B=42.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1971482540.220.4200.00267.7498.1578.82
HexC594FE162A0010c624f
Octal305224376265200414142117
Binary110001011001010011111110101101010100010000110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C594FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C594FE; }

 p { color: rgb(197,148,254); }

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

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

 a { background-color: rgb(197,148,254); }

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

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

 span { border-color: rgb(197,148,254); }

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