#C157B7

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

Shades of Fuchsia #C157B7

Tints of Fuchsia #C157B7

Color information

#C157B7 (or 0xC157B7) is unknown color: approx Fuchsia. HEX triplet: C1, 57 and B7. RGB value is (193,87,183). Sum of RGB (Red+Green+Blue) = 193+87+183=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C157B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C157B7 is #3EA848. Grayscale: #818181. Windows color (decimal): -4106313 or 12015553. OLE color: 12015553.

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

Color convert

RGB19387183-
CMYK00.550.050.24
HSL305.66º46.09%54.9%-
HSV(B)305.66º54.92%75.69%-
XYZ33.9521.5747.17-
YUV129.64158.12173.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 87 (34.38% from 255) = 18.79%
BLUE value IS 183 (71.88% from 255) = 39.52%
R=41.68%
G=18.79%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938718300.550.050.24305.6646.0954.9
HexC157B70375181322e37
Octal3011272670675304625667
Binary11000001101011110110111011011110111000100110010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C157B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C157B7; }

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

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

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

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

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

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

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

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