#C257B6

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

Shades of Fuchsia #C257B6

Tints of Fuchsia #C257B6

Color information

#C257B6 (or 0xC257B6) is unknown color: approx Fuchsia. HEX triplet: C2, 57 and B6. RGB value is (194,87,182). Sum of RGB (Red+Green+Blue) = 194+87+182=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C257B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257B6 is #3DA849. Grayscale: #818181. Windows color (decimal): -4040778 or 11950018. OLE color: 11950018.

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

Color convert

RGB19487182-
CMYK00.550.060.24
HSL306.73º46.72%55.1%-
HSV(B)306.73º55.15%76.08%-
XYZ34.121.6646.64-
YUV129.82157.45173.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.90%
GREEN value IS 87 (34.38% from 255) = 18.79%
BLUE value IS 182 (71.48% from 255) = 39.31%
R=41.90%
G=18.79%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948718200.550.060.24306.7346.7255.1
HexC257B60376181332f37
Octal3021272660676304635767
Binary11000010101011110110110011011111011000100110011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C257B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C257B6; }

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

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

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

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

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

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

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

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