#C057B9

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

Shades of Fuchsia #C057B9

Tints of Fuchsia #C057B9

Color information

#C057B9 (or 0xC057B9) is unknown color: approx Fuchsia. HEX triplet: C0, 57 and B9. RGB value is (192,87,185). Sum of RGB (Red+Green+Blue) = 192+87+185=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C057B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057B9 is #3FA846. Grayscale: #818181. Windows color (decimal): -4171847 or 12146624. OLE color: 12146624.

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

Color convert

RGB19287185-
CMYK00.550.040.25
HSL304º45.45%54.71%-
HSV(B)304º54.69%75.29%-
XYZ33.921.5348.27-
YUV129.57159.29172.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.38%
GREEN value IS 87 (34.38% from 255) = 18.75%
BLUE value IS 185 (72.66% from 255) = 39.87%
R=41.38%
G=18.75%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928718500.550.040.2530445.4554.71
HexC057B90374191302d37
Octal3001272710674314605567
Binary11000000101011110111001011011110011001100110000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C057B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C057B9; }

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

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

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

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

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

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

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

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