#C53FB5

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

Shades of Fuchsia #C53FB5

Tints of Fuchsia #C53FB5

Color information

#C53FB5 (or 0xC53FB5) is unknown color: approx Fuchsia. HEX triplet: C5, 3F and B5. RGB value is (197,63,181). Sum of RGB (Red+Green+Blue) = 197+63+181=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C53FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FB5 is #3AC04A. Grayscale: #747474. Windows color (decimal): -3850315 or 11878341. OLE color: 11878341.

HSL color Cylindrical-coordinate representation of color #C53FB5: hue angle of 307.16º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C53FB5 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB19763181-
CMYK00.680.080.23
HSL307.16º53.6%50.98%-
HSV(B)307.16º68.02%77.25%-
XYZ33.1418.7645.59-
YUV116.52164.39185.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 63 (25% from 255) = 14.29%
BLUE value IS 181 (71.09% from 255) = 41.04%
R=44.67%
G=14.29%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976318100.680.080.23307.1653.650.98
HexC53FB50448171333633
Octal30577265010410274636663
Binary110001011111111011010101000100100010111100110011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53FB5; }

 p { color: rgb(197,63,181); }

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

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

 a { background-color: rgb(197,63,181); }

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

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

 span { border-color: rgb(197,63,181); }

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