#C256BA

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

Shades of Fuchsia #C256BA

Tints of Fuchsia #C256BA

Color information

#C256BA (or 0xC256BA) is unknown color: approx Fuchsia. HEX triplet: C2, 56 and BA. RGB value is (194,86,186). Sum of RGB (Red+Green+Blue) = 194+86+186=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C256BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256BA is #3DA945. Grayscale: #818181. Windows color (decimal): -4041030 or 12211906. OLE color: 12211906.

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

Color convert

RGB19486186-
CMYK00.560.040.24
HSL304.44º46.96%54.9%-
HSV(B)304.44º55.67%76.08%-
XYZ34.4421.6748.82-
YUV129.69159.78173.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.63%
GREEN value IS 86 (33.98% from 255) = 18.45%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=41.63%
G=18.45%
B=39.91%

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
Decimal1948618600.560.040.24304.4446.9654.9
HexC256BA0384181302f37
Octal3021262720704304605767
Binary11000010101011010111010011100010011000100110000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C256BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C256BA; }

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

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

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

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

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

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

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

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