#C057A8

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

Shades of Fuchsia #C057A8

Tints of Fuchsia #C057A8

Color information

#C057A8 (or 0xC057A8) is unknown color: approx Fuchsia. HEX triplet: C0, 57 and A8. RGB value is (192,87,168). Sum of RGB (Red+Green+Blue) = 192+87+168=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C057A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C057A8 is #3FA857. Grayscale: #7F7F7F. Windows color (decimal): -4171864 or 11032512. OLE color: 11032512.

HSL color Cylindrical-coordinate representation of color #C057A8: hue angle of 313.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C057A8 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19287168-
CMYK00.550.120.25
HSL313.71º45.45%54.71%-
HSV(B)313.71º54.69%75.29%-
XYZ32.2120.8539.37-
YUV127.63150.79173.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 87 (34.38% from 255) = 19.46%
BLUE value IS 168 (66.02% from 255) = 37.58%
R=42.95%
G=19.46%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928716800.550.120.25313.7145.4554.71
HexC057A8037C1913a2d37
Octal30012725006714314725567
Binary110000001010111101010000110111110011001100111010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C057A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C057A8; }

 p { color: rgb(192,87,168); }

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

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

 a { background-color: rgb(192,87,168); }

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

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

 span { border-color: rgb(192,87,168); }

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