#C257B8

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

Shades of Fuchsia #C257B8

Tints of Fuchsia #C257B8

Color information

#C257B8 (or 0xC257B8) is unknown color: approx Fuchsia. HEX triplet: C2, 57 and B8. RGB value is (194,87,184). Sum of RGB (Red+Green+Blue) = 194+87+184=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C257B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257B8 is #3DA847. Grayscale: #818181. Windows color (decimal): -4040776 or 12081090. OLE color: 12081090.

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

Color convert

RGB19487184-
CMYK00.550.050.24
HSL305.61º46.72%55.1%-
HSV(B)305.61º55.15%76.08%-
XYZ34.3121.7547.74-
YUV130.05158.45173.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 87 (34.38% from 255) = 18.71%
BLUE value IS 184 (72.27% from 255) = 39.57%
R=41.72%
G=18.71%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948718400.550.050.24305.6146.7255.1
HexC257B80375181322f37
Octal3021272700675304625767
Binary11000010101011110111000011011110111000100110010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C257B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C257B8; }

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

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

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

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

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

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

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

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