#C256B2

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

Shades of Fuchsia #C256B2

Tints of Fuchsia #C256B2

Color information

#C256B2 (or 0xC256B2) is unknown color: approx Fuchsia. HEX triplet: C2, 56 and B2. RGB value is (194,86,178). Sum of RGB (Red+Green+Blue) = 194+86+178=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C256B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C256B2 is #3DA94D. Grayscale: #808080. Windows color (decimal): -4041038 or 11687618. OLE color: 11687618.

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

Color convert

RGB19486178-
CMYK00.560.080.24
HSL308.89º46.96%54.9%-
HSV(B)308.89º55.67%76.08%-
XYZ33.6121.3444.47-
YUV128.78155.78174.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.36%
GREEN value IS 86 (33.98% from 255) = 18.78%
BLUE value IS 178 (69.92% from 255) = 38.86%
R=42.36%
G=18.78%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948617800.560.080.24308.8946.9654.9
HexC256B20388181352f37
Octal30212626207010304655767
Binary110000101010110101100100111000100011000100110101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C256B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C256B2; }

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

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

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

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

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

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

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

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