#C457B4

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

Shades of Fuchsia #C457B4

Tints of Fuchsia #C457B4

Color information

#C457B4 (or 0xC457B4) is unknown color: approx Fuchsia. HEX triplet: C4, 57 and B4. RGB value is (196,87,180). Sum of RGB (Red+Green+Blue) = 196+87+180=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C457B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C457B4 is #3BA84B. Grayscale: #818181. Windows color (decimal): -3909708 or 11818948. OLE color: 11818948.

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

Color convert

RGB19687180-
CMYK00.560.080.23
HSL308.81º48.02%55.49%-
HSV(B)308.81º55.61%76.86%-
XYZ34.4121.8545.58-
YUV130.19156.11174.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 87 (34.38% from 255) = 18.79%
BLUE value IS 180 (70.70% from 255) = 38.88%
R=42.33%
G=18.79%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968718000.560.080.23308.8148.0255.49
HexC457B40388171353037
Octal30412726407010274656067
Binary110001001010111101101000111000100010111100110101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C457B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C457B4; }

 p { color: rgb(196,87,180); }

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

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

 a { background-color: rgb(196,87,180); }

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

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

 span { border-color: rgb(196,87,180); }

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