#C155B9

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

Shades of Fuchsia #C155B9

Tints of Fuchsia #C155B9

Color information

#C155B9 (or 0xC155B9) is unknown color: approx Fuchsia. HEX triplet: C1, 55 and B9. RGB value is (193,85,185). Sum of RGB (Red+Green+Blue) = 193+85+185=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C155B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155B9 is #3EAA46. Grayscale: #808080. Windows color (decimal): -4106823 or 12146113. OLE color: 12146113.

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

Color convert

RGB19385185-
CMYK00.560.040.24
HSL304.44º46.55%54.51%-
HSV(B)304.44º55.96%75.69%-
XYZ3421.3448.23-
YUV128.69159.78173.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 85 (33.59% from 255) = 18.36%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=41.68%
G=18.36%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938518500.560.040.24304.4446.5554.51
HexC155B90384181302f37
Octal3011252710704304605767
Binary11000001101010110111001011100010011000100110000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C155B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C155B9; }

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

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

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

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

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

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

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

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