#C53EAA

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

Shades of Fuchsia #C53EAA

Tints of Fuchsia #C53EAA

Color information

#C53EAA (or 0xC53EAA) is unknown color: approx Fuchsia. HEX triplet: C5, 3E and AA. RGB value is (197,62,170). Sum of RGB (Red+Green+Blue) = 197+62+170=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C53EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53EAA is #3AC155. Grayscale: #727272. Windows color (decimal): -3850582 or 11157189. OLE color: 11157189.

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

Color convert

RGB19762170-
CMYK00.690.140.23
HSL312º53.78%50.78%-
HSV(B)312º68.53%77.25%-
XYZ3218.2239.86-
YUV114.68159.23186.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 62 (24.61% from 255) = 14.45%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=45.92%
G=14.45%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976217000.690.140.2331253.7850.78
HexC53EAA045E171383633
Octal30576252010516274706663
Binary110001011111101010101001000101111010111100111000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53EAA; }

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

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

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

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

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

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

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

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