#C457BD

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

Shades of Fuchsia #C457BD

Tints of Fuchsia #C457BD

Color information

#C457BD (or 0xC457BD) is unknown color: approx Fuchsia. HEX triplet: C4, 57 and BD. RGB value is (196,87,189). Sum of RGB (Red+Green+Blue) = 196+87+189=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C457BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C457BD is #3BA842. Grayscale: #828282. Windows color (decimal): -3909699 or 12408772. OLE color: 12408772.

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

Color convert

RGB19687189-
CMYK00.560.040.23
HSL303.85º48.02%55.49%-
HSV(B)303.85º55.61%76.86%-
XYZ35.3622.2350.57-
YUV131.22160.61174.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 87 (34.38% from 255) = 18.43%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=41.53%
G=18.43%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968718900.560.040.23303.8548.0255.49
HexC457BD0384171303037
Octal3041272750704274606067
Binary11000100101011110111101011100010010111100110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C457BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C457BD; }

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

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

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

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

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

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

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

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