#C157A9

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

Shades of Fuchsia #C157A9

Tints of Fuchsia #C157A9

Color information

#C157A9 (or 0xC157A9) is unknown color: approx Fuchsia. HEX triplet: C1, 57 and A9. RGB value is (193,87,169). Sum of RGB (Red+Green+Blue) = 193+87+169=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C157A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C157A9 is #3EA856. Grayscale: #7F7F7F. Windows color (decimal): -4106327 or 11098049. OLE color: 11098049.

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

Color convert

RGB19387169-
CMYK00.550.120.24
HSL313.58º46.09%54.9%-
HSV(B)313.58º54.92%75.69%-
XYZ32.5621.0239.88-
YUV128.04151.12174.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 87 (34.38% from 255) = 19.38%
BLUE value IS 169 (66.41% from 255) = 37.64%
R=42.98%
G=19.38%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938716900.550.120.24313.5846.0954.9
HexC157A9037C1813a2e37
Octal30112725106714304725667
Binary110000011010111101010010110111110011000100111010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C157A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C157A9; }

 p { color: rgb(193,87,169); }

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

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

 a { background-color: rgb(193,87,169); }

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

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

 span { border-color: rgb(193,87,169); }

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