#C155B7

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

Shades of Fuchsia #C155B7

Tints of Fuchsia #C155B7

Color information

#C155B7 (or 0xC155B7) is unknown color: approx Fuchsia. HEX triplet: C1, 55 and B7. RGB value is (193,85,183). Sum of RGB (Red+Green+Blue) = 193+85+183=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C155B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155B7 is #3EAA48. Grayscale: #808080. Windows color (decimal): -4106825 or 12015041. OLE color: 12015041.

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

Color convert

RGB19385183-
CMYK00.560.050.24
HSL305.56º46.55%54.51%-
HSV(B)305.56º55.96%75.69%-
XYZ33.7921.2547.12-
YUV128.46158.78174.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.87%
GREEN value IS 85 (33.59% from 255) = 18.44%
BLUE value IS 183 (71.88% from 255) = 39.70%
R=41.87%
G=18.44%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938518300.560.050.24305.5646.5554.51
HexC155B70385181322f37
Octal3011252670705304625767
Binary11000001101010110110111011100010111000100110010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C155B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C155B7; }

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

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

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

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

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

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

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

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