#C539B2

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

Shades of Fuchsia #C539B2

Tints of Fuchsia #C539B2

Color information

#C539B2 (or 0xC539B2) is unknown color: approx Fuchsia. HEX triplet: C5, 39 and B2. RGB value is (197,57,178). Sum of RGB (Red+Green+Blue) = 197+57+178=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C539B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C539B2 is #3AC64D. Grayscale: #707070. Windows color (decimal): -3851854 or 11680197. OLE color: 11680197.

HSL color Cylindrical-coordinate representation of color #C539B2: hue angle of 308.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C539B2 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB19757178-
CMYK00.710.100.23
HSL308.14º55.12%49.8%-
HSV(B)308.14º71.07%77.25%-
XYZ32.5218.0143.88-
YUV112.65164.88188.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.60%
GREEN value IS 57 (22.66% from 255) = 13.19%
BLUE value IS 178 (69.92% from 255) = 41.20%
R=45.60%
G=13.19%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975717800.710.100.23308.1455.1249.8
HexC539B2047A171343732
Octal30571262010712274646762
Binary110001011110011011001001000111101010111100110100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C539B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C539B2; }

 p { color: rgb(197,57,178); }

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

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

 a { background-color: rgb(197,57,178); }

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

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

 span { border-color: rgb(197,57,178); }

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