#C538AB

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

Shades of Fuchsia #C538AB

Tints of Fuchsia #C538AB

Color information

#C538AB (or 0xC538AB) is unknown color: approx Fuchsia. HEX triplet: C5, 38 and AB. RGB value is (197,56,171). Sum of RGB (Red+Green+Blue) = 197+56+171=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C538AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C538AB is #3AC754. Grayscale: #6E6E6E. Windows color (decimal): -3852117 or 11221189. OLE color: 11221189.

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

Color convert

RGB19756171-
CMYK00.720.130.23
HSL311.06º55.73%49.61%-
HSV(B)311.06º71.57%77.25%-
XYZ31.7917.6440.26-
YUV111.27161.71189.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.46%
GREEN value IS 56 (22.27% from 255) = 13.21%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=46.46%
G=13.21%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975617100.720.130.23311.0655.7349.61
HexC538AB048D171373832
Octal30570253011015274677062
Binary110001011110001010101101001000110110111100110111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C538AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C538AB; }

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

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

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

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

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

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

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

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