#C53FBA

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

Shades of Fuchsia #C53FBA

Tints of Fuchsia #C53FBA

Color information

#C53FBA (or 0xC53FBA) is unknown color: approx Fuchsia. HEX triplet: C5, 3F and BA. RGB value is (197,63,186). Sum of RGB (Red+Green+Blue) = 197+63+186=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C53FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FBA is #3AC045. Grayscale: #747474. Windows color (decimal): -3850310 or 12206021. OLE color: 12206021.

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

Color convert

RGB19763186-
CMYK00.680.060.23
HSL304.93º53.6%50.98%-
HSV(B)304.93º68.02%77.25%-
XYZ33.6718.9748.34-
YUV117.09166.89185-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.17%
GREEN value IS 63 (25% from 255) = 14.13%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=44.17%
G=14.13%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976318600.680.060.23304.9353.650.98
HexC53FBA0446171313633
Octal3057727201046274616663
Binary11000101111111101110100100010011010111100110001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53FBA; }

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

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

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

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

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

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

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

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