#C256C9

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

Shades of Fuchsia #C256C9

Tints of Fuchsia #C256C9

Color information

#C256C9 (or 0xC256C9) is unknown color: approx Fuchsia. HEX triplet: C2, 56 and C9. RGB value is (194,86,201). Sum of RGB (Red+Green+Blue) = 194+86+201=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #C256C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256C9 is #3DA936. Grayscale: #838383. Windows color (decimal): -4041015 or 13194946. OLE color: 13194946.

HSL color Cylindrical-coordinate representation of color #C256C9: hue angle of 296.35º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C256C9 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19486201-
CMYK0.030.5700.21
HSL296.35º51.57%56.27%-
HSV(B)296.35º57.21%78.82%-
XYZ36.1222.3457.67-
YUV131.4167.28172.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.33%
GREEN value IS 86 (33.98% from 255) = 17.88%
BLUE value IS 201 (78.91% from 255) = 41.79%
R=40.33%
G=17.88%
B=41.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194862010.030.5700.21296.3551.5756.27
HexC256C93390151283438
Octal3021263113710254506470
Binary1100001010101101100100111111001010101100101000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C256C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C256C9; }

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

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

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

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

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

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

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

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