#C53BAE

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

Shades of Fuchsia #C53BAE

Tints of Fuchsia #C53BAE

Color information

#C53BAE (or 0xC53BAE) is unknown color: approx Fuchsia. HEX triplet: C5, 3B and AE. RGB value is (197,59,174). Sum of RGB (Red+Green+Blue) = 197+59+174=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C53BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53BAE is #3AC451. Grayscale: #717171. Windows color (decimal): -3851346 or 11418565. OLE color: 11418565.

HSL color Cylindrical-coordinate representation of color #C53BAE: hue angle of 310º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53BAE is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB19759174-
CMYK00.700.120.23
HSL310º54.33%50.2%-
HSV(B)310º70.05%77.25%-
XYZ32.2318.0541.83-
YUV113.37162.22187.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.81%
GREEN value IS 59 (23.44% from 255) = 13.72%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=45.81%
G=13.72%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975917400.700.120.2331054.3350.2
HexC53BAE046C171363632
Octal30573256010614274666662
Binary110001011110111010111001000110110010111100110110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53BAE; }

 p { color: rgb(197,59,174); }

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

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

 a { background-color: rgb(197,59,174); }

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

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

 span { border-color: rgb(197,59,174); }

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