#c538aa

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

Shades of Fuchsia #C538AA

Tints of Fuchsia #C538AA

Color information

#C538AA (or 0xC538AA) is unknown color: approx Fuchsia. HEX triplet: C5, 38 and AA. RGB value is (197,56,170). Sum of RGB (Red+Green+Blue) = 197+56+170=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C538AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C538AA is #3AC755. Grayscale: #6E6E6E. Windows color (decimal): -3852118 or 11155653. OLE color: 11155653.

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

Color convert

RGB19756170-
CMYK00.720.140.23
HSL311.49º55.73%49.61%-
HSV(B)311.49º71.57%77.25%-
XYZ31.717.639.76-
YUV111.16161.21189.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.57%
GREEN value IS 56 (22.27% from 255) = 13.24%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=46.57%
G=13.24%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975617000.720.140.23311.4955.7349.61
HexC538AA048E171373832
Octal30570252011016274677062
Binary110001011110001010101001001000111010111100110111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c538aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c538aa; }

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

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

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

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

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

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

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

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