#C256BE

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

Shades of Fuchsia #C256BE

Tints of Fuchsia #C256BE

Color information

#C256BE (or 0xC256BE) is unknown color: approx Fuchsia. HEX triplet: C2, 56 and BE. RGB value is (194,86,190). Sum of RGB (Red+Green+Blue) = 194+86+190=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C256BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256BE is #3DA941. Grayscale: #818181. Windows color (decimal): -4041026 or 12474050. OLE color: 12474050.

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

Color convert

RGB19486190-
CMYK00.560.020.24
HSL302.22º46.96%54.9%-
HSV(B)302.22º55.67%76.08%-
XYZ34.8721.8451.09-
YUV130.15161.78173.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.28%
GREEN value IS 86 (33.98% from 255) = 18.30%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=41.28%
G=18.30%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948619000.560.020.24302.2246.9654.9
HexC256BE03821812e2f37
Octal3021262760702304565767
Binary1100001010101101011111001110001011000100101110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C256BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C256BE; }

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

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

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

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

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

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

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

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