#C53FAA

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

Shades of Fuchsia #C53FAA

Tints of Fuchsia #C53FAA

Color information

#C53FAA (or 0xC53FAA) is unknown color: approx Fuchsia. HEX triplet: C5, 3F and AA. RGB value is (197,63,170). Sum of RGB (Red+Green+Blue) = 197+63+170=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C53FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53FAA is #3AC055. Grayscale: #727272. Windows color (decimal): -3850326 or 11157445. OLE color: 11157445.

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

Color convert

RGB19763170-
CMYK00.680.140.23
HSL312.09º53.6%50.98%-
HSV(B)312.09º68.02%77.25%-
XYZ32.0618.3339.88-
YUV115.26158.89186.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.81%
GREEN value IS 63 (25% from 255) = 14.65%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=45.81%
G=14.65%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976317000.680.140.23312.0953.650.98
HexC53FAA044E171383633
Octal30577252010416274706663
Binary110001011111111010101001000100111010111100111000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53FAA; }

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

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

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

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

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

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

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

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