#C156BA

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

Shades of Fuchsia #C156BA

Tints of Fuchsia #C156BA

Color information

#C156BA (or 0xC156BA) is unknown color: approx Fuchsia. HEX triplet: C1, 56 and BA. RGB value is (193,86,186). Sum of RGB (Red+Green+Blue) = 193+86+186=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C156BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C156BA is #3EA945. Grayscale: #818181. Windows color (decimal): -4106566 or 12211905. OLE color: 12211905.

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

Color convert

RGB19386186-
CMYK00.550.040.24
HSL303.93º46.32%54.71%-
HSV(B)303.93º55.44%75.69%-
XYZ34.1821.5448.81-
YUV129.39159.95173.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.51%
GREEN value IS 86 (33.98% from 255) = 18.49%
BLUE value IS 186 (73.05% from 255) = 40%
R=41.51%
G=18.49%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938618600.550.040.24303.9346.3254.71
HexC156BA0374181302e37
Octal3011262720674304605667
Binary11000001101011010111010011011110011000100110000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C156BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C156BA; }

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

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

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

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

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

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

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

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