#C257AB

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

Shades of Fuchsia #C257AB

Tints of Fuchsia #C257AB

Color information

#C257AB (or 0xC257AB) is unknown color: approx Fuchsia. HEX triplet: C2, 57 and AB. RGB value is (194,87,171). Sum of RGB (Red+Green+Blue) = 194+87+171=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C257AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C257AB is #3DA854. Grayscale: #808080. Windows color (decimal): -4040789 or 11229122. OLE color: 11229122.

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

Color convert

RGB19487171-
CMYK00.550.120.24
HSL312.9º46.72%55.1%-
HSV(B)312.9º55.15%76.08%-
XYZ33.0121.2340.89-
YUV128.57151.95174.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 87 (34.38% from 255) = 19.25%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=42.92%
G=19.25%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948717100.550.120.24312.946.7255.1
HexC257AB037C181392f37
Octal30212725306714304715767
Binary110000101010111101010110110111110011000100111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C257AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C257AB; }

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

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

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

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

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

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

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

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