#C256A7

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

Shades of Fuchsia #C256A7

Tints of Fuchsia #C256A7

Color information

#C256A7 (or 0xC256A7) is unknown color: approx Fuchsia. HEX triplet: C2, 56 and A7. RGB value is (194,86,167). Sum of RGB (Red+Green+Blue) = 194+86+167=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C256A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C256A7 is #3DA958. Grayscale: #7F7F7F. Windows color (decimal): -4041049 or 10966722. OLE color: 10966722.

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

Color convert

RGB19486167-
CMYK00.560.140.24
HSL315º46.96%54.9%-
HSV(B)315º55.67%76.08%-
XYZ32.5520.9138.88-
YUV127.53150.28175.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.40%
GREEN value IS 86 (33.98% from 255) = 19.24%
BLUE value IS 167 (65.62% from 255) = 37.36%
R=43.40%
G=19.24%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948616700.560.140.2431546.9654.9
HexC256A7038E1813b2f37
Octal30212624707016304735767
Binary110000101010110101001110111000111011000100111011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C256A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C256A7; }

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

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

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

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

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

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

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

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