#C156B1

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

Shades of Fuchsia #C156B1

Tints of Fuchsia #C156B1

Color information

#C156B1 (or 0xC156B1) is unknown color: approx Fuchsia. HEX triplet: C1, 56 and B1. RGB value is (193,86,177). Sum of RGB (Red+Green+Blue) = 193+86+177=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C156B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C156B1 is #3EA94E. Grayscale: #808080. Windows color (decimal): -4106575 or 11622081. OLE color: 11622081.

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

Color convert

RGB19386177-
CMYK00.550.080.24
HSL308.97º46.32%54.71%-
HSV(B)308.97º55.44%75.69%-
XYZ33.2621.1743.93-
YUV128.37155.45174.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.32%
GREEN value IS 86 (33.98% from 255) = 18.86%
BLUE value IS 177 (69.53% from 255) = 38.82%
R=42.32%
G=18.86%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938617700.550.080.24308.9746.3254.71
HexC156B10378181352e37
Octal30112626106710304655667
Binary110000011010110101100010110111100011000100110101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C156B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C156B1; }

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

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

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

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

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

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

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

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