#C539BF

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

Shades of Fuchsia #C539BF

Tints of Fuchsia #C539BF

Color information

#C539BF (or 0xC539BF) is unknown color: approx Fuchsia. HEX triplet: C5, 39 and BF. RGB value is (197,57,191). Sum of RGB (Red+Green+Blue) = 197+57+191=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 57 (22.66% from 255 or 12.81% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C539BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C539BF is #3AC640. Grayscale: #717171. Windows color (decimal): -3851841 or 12532165. OLE color: 12532165.

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

Color convert

RGB19757191-
CMYK00.710.030.23
HSL302.57º55.12%49.8%-
HSV(B)302.57º71.07%77.25%-
XYZ33.8918.5651.09-
YUV114.14171.38187.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.27%
GREEN value IS 57 (22.66% from 255) = 12.81%
BLUE value IS 191 (75% from 255) = 42.92%
R=44.27%
G=12.81%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975719100.710.030.23302.5755.1249.8
HexC539BF04731712f3732
Octal3057127701073274576762
Binary1100010111100110111111010001111110111100101111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C539BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C539BF; }

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

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

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

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

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

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

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

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