#C53AB6

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

Shades of Fuchsia #C53AB6

Tints of Fuchsia #C53AB6

Color information

#C53AB6 (or 0xC53AB6) is unknown color: approx Fuchsia. HEX triplet: C5, 3A and B6. RGB value is (197,58,182). Sum of RGB (Red+Green+Blue) = 197+58+182=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C53AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53AB6 is #3AC549. Grayscale: #717171. Windows color (decimal): -3851594 or 11942597. OLE color: 11942597.

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

Color convert

RGB19758182-
CMYK00.710.080.23
HSL306.47º54.51%50%-
HSV(B)306.47º70.56%77.25%-
XYZ32.9818.2746.04-
YUV113.7166.55187.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.08%
GREEN value IS 58 (23.05% from 255) = 13.27%
BLUE value IS 182 (71.48% from 255) = 41.65%
R=45.08%
G=13.27%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975818200.710.080.23306.4754.5150
HexC53AB60478171323732
Octal30572266010710274626762
Binary110001011110101011011001000111100010111100110010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53AB6; }

 p { color: rgb(197,58,182); }

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

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

 a { background-color: rgb(197,58,182); }

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

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

 span { border-color: rgb(197,58,182); }

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