#C539AF

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

Shades of Fuchsia #C539AF

Tints of Fuchsia #C539AF

Color information

#C539AF (or 0xC539AF) is unknown color: approx Fuchsia. HEX triplet: C5, 39 and AF. RGB value is (197,57,175). Sum of RGB (Red+Green+Blue) = 197+57+175=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C539AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C539AF is #3AC650. Grayscale: #6F6F6F. Windows color (decimal): -3851857 or 11483589. OLE color: 11483589.

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

Color convert

RGB19757175-
CMYK00.710.110.23
HSL309.43º55.12%49.8%-
HSV(B)309.43º71.07%77.25%-
XYZ32.2317.8942.31-
YUV112.31163.38188.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 57 (22.66% from 255) = 13.29%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=45.92%
G=13.29%
B=40.79%

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
Decimal1975717500.710.110.23309.4355.1249.8
HexC539AF047B171353732
Octal30571257010713274656762
Binary110001011110011010111101000111101110111100110101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C539AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C539AF; }

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

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

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

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

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

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

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

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