#C156BB

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

Shades of Fuchsia #C156BB

Tints of Fuchsia #C156BB

Color information

#C156BB (or 0xC156BB) is unknown color: approx Fuchsia. HEX triplet: C1, 56 and BB. RGB value is (193,86,187). Sum of RGB (Red+Green+Blue) = 193+86+187=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C156BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C156BB is #3EA944. Grayscale: #818181. Windows color (decimal): -4106565 or 12277441. OLE color: 12277441.

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

Color convert

RGB19386187-
CMYK00.550.030.24
HSL303.36º46.32%54.71%-
HSV(B)303.36º55.44%75.69%-
XYZ34.2921.5849.37-
YUV129.51160.45173.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.42%
GREEN value IS 86 (33.98% from 255) = 18.45%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=41.42%
G=18.45%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938618700.550.030.24303.3646.3254.71
HexC156BB03731812f2e37
Octal3011262730673304575667
Binary1100000110101101011101101101111111000100101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C156BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C156BB; }

 p { color: rgb(193,86,187); }

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

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

 a { background-color: rgb(193,86,187); }

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

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

 span { border-color: rgb(193,86,187); }

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