#C157B1

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

Shades of Fuchsia #C157B1

Tints of Fuchsia #C157B1

Color information

#C157B1 (or 0xC157B1) is unknown color: approx Fuchsia. HEX triplet: C1, 57 and B1. RGB value is (193,87,177). Sum of RGB (Red+Green+Blue) = 193+87+177=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C157B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C157B1 is #3EA84E. Grayscale: #808080. Windows color (decimal): -4106319 or 11622337. OLE color: 11622337.

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

Color convert

RGB19387177-
CMYK00.550.080.24
HSL309.06º46.09%54.9%-
HSV(B)309.06º54.92%75.69%-
XYZ33.3421.3343.95-
YUV128.95155.12173.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.23%
GREEN value IS 87 (34.38% from 255) = 19.04%
BLUE value IS 177 (69.53% from 255) = 38.73%
R=42.23%
G=19.04%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938717700.550.080.24309.0646.0954.9
HexC157B10378181352e37
Octal30112726106710304655667
Binary110000011010111101100010110111100011000100110101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C157B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C157B1; }

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

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

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

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

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

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

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

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