#C539B0

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

Shades of Fuchsia #C539B0

Tints of Fuchsia #C539B0

Color information

#C539B0 (or 0xC539B0) is unknown color: approx Fuchsia. HEX triplet: C5, 39 and B0. RGB value is (197,57,176). Sum of RGB (Red+Green+Blue) = 197+57+176=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C539B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C539B0 is #3AC64F. Grayscale: #707070. Windows color (decimal): -3851856 or 11549125. OLE color: 11549125.

HSL color Cylindrical-coordinate representation of color #C539B0: hue angle of 309º 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 #C539B0 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB19757176-
CMYK00.710.110.23
HSL309º55.12%49.8%-
HSV(B)309º71.07%77.25%-
XYZ32.3317.9342.83-
YUV112.43163.88188.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.81%
GREEN value IS 57 (22.66% from 255) = 13.26%
BLUE value IS 176 (69.14% from 255) = 40.93%
R=45.81%
G=13.26%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975717600.710.110.2330955.1249.8
HexC539B0047B171353732
Octal30571260010713274656762
Binary110001011110011011000001000111101110111100110101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C539B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C539B0; }

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

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

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

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

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

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

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

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