#C539C0

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

Shades of Fuchsia #C539C0

Tints of Fuchsia #C539C0

Color information

#C539C0 (or 0xC539C0) is unknown color: approx Fuchsia. HEX triplet: C5, 39 and C0. RGB value is (197,57,192). Sum of RGB (Red+Green+Blue) = 197+57+192=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C539C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C539C0 is #3AC63F. Grayscale: #717171. Windows color (decimal): -3851840 or 12597701. OLE color: 12597701.

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

Color convert

RGB19757192-
CMYK00.710.030.23
HSL302.14º55.12%49.8%-
HSV(B)302.14º71.07%77.25%-
XYZ3418.651.67-
YUV114.25171.88187.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.17%
GREEN value IS 57 (22.66% from 255) = 12.78%
BLUE value IS 192 (75.39% from 255) = 43.05%
R=44.17%
G=12.78%
B=43.05%

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
Decimal1975719200.710.030.23302.1455.1249.8
HexC539C004731712e3732
Octal3057130001073274566762
Binary1100010111100111000000010001111110111100101110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C539C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C539C0; }

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

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

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

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

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

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

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

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