#C256AB

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

Shades of Fuchsia #C256AB

Tints of Fuchsia #C256AB

Color information

#C256AB (or 0xC256AB) is unknown color: approx Fuchsia. HEX triplet: C2, 56 and AB. RGB value is (194,86,171). Sum of RGB (Red+Green+Blue) = 194+86+171=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C256AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C256AB is #3DA954. Grayscale: #7F7F7F. Windows color (decimal): -4041045 or 11228866. OLE color: 11228866.

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

Color convert

RGB19486171-
CMYK00.560.120.24
HSL312.78º46.96%54.9%-
HSV(B)312.78º55.67%76.08%-
XYZ32.9321.0740.86-
YUV127.98152.28175.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.02%
GREEN value IS 86 (33.98% from 255) = 19.07%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=43.02%
G=19.07%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948617100.560.120.24312.7846.9654.9
HexC256AB038C181392f37
Octal30212625307014304715767
Binary110000101010110101010110111000110011000100111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C256AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C256AB; }

 p { color: rgb(194,86,171); }

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

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

 a { background-color: rgb(194,86,171); }

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

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

 span { border-color: rgb(194,86,171); }

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