#C257BE

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

Shades of Fuchsia #C257BE

Tints of Fuchsia #C257BE

Color information

#C257BE (or 0xC257BE) is unknown color: approx Fuchsia. HEX triplet: C2, 57 and BE. RGB value is (194,87,190). Sum of RGB (Red+Green+Blue) = 194+87+190=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C257BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257BE is #3DA841. Grayscale: #828282. Windows color (decimal): -4040770 or 12474306. OLE color: 12474306.

HSL color Cylindrical-coordinate representation of color #C257BE: hue angle of 302.24º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C257BE is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB19487190-
CMYK00.550.020.24
HSL302.24º46.72%55.1%-
HSV(B)302.24º55.15%76.08%-
XYZ34.952251.12-
YUV130.73161.45173.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 87 (34.38% from 255) = 18.47%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=41.19%
G=18.47%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948719000.550.020.24302.2446.7255.1
HexC257BE03721812e2f37
Octal3021272760672304565767
Binary1100001010101111011111001101111011000100101110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C257BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C257BE; }

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

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

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

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

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

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

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

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