#C457BC

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

Shades of Fuchsia #C457BC

Tints of Fuchsia #C457BC

Color information

#C457BC (or 0xC457BC) is unknown color: approx Fuchsia. HEX triplet: C4, 57 and BC. RGB value is (196,87,188). Sum of RGB (Red+Green+Blue) = 196+87+188=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C457BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C457BC is #3BA843. Grayscale: #828282. Windows color (decimal): -3909700 or 12343236. OLE color: 12343236.

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

Color convert

RGB19687188-
CMYK00.560.040.23
HSL304.4º48.02%55.49%-
HSV(B)304.4º55.61%76.86%-
XYZ35.2522.1850-
YUV131.11160.11174.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.61%
GREEN value IS 87 (34.38% from 255) = 18.47%
BLUE value IS 188 (73.83% from 255) = 39.92%
R=41.61%
G=18.47%
B=39.92%

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
Decimal1968718800.560.040.23304.448.0255.49
HexC457BC0384171303037
Octal3041272740704274606067
Binary11000100101011110111100011100010010111100110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C457BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C457BC; }

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

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

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

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

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

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

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

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