#C057AF

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

Shades of Fuchsia #C057AF

Tints of Fuchsia #C057AF

Color information

#C057AF (or 0xC057AF) is unknown color: approx Fuchsia. HEX triplet: C0, 57 and AF. RGB value is (192,87,175). Sum of RGB (Red+Green+Blue) = 192+87+175=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C057AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C057AF is #3FA850. Grayscale: #808080. Windows color (decimal): -4171857 or 11491264. OLE color: 11491264.

HSL color Cylindrical-coordinate representation of color #C057AF: hue angle of 309.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 #C057AF is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19287175-
CMYK00.550.090.25
HSL309.71º45.45%54.71%-
HSV(B)309.71º54.69%75.29%-
XYZ32.8821.1242.9-
YUV128.43154.29173.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.29%
GREEN value IS 87 (34.38% from 255) = 19.16%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=42.29%
G=19.16%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928717500.550.090.25309.7145.4554.71
HexC057AF0379191362d37
Octal30012725706711314665567
Binary110000001010111101011110110111100111001100110110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C057AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C057AF; }

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

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

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

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

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

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

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

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