#C257AA

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

Shades of Fuchsia #C257AA

Tints of Fuchsia #C257AA

Color information

#C257AA (or 0xC257AA) is unknown color: approx Fuchsia. HEX triplet: C2, 57 and AA. RGB value is (194,87,170). Sum of RGB (Red+Green+Blue) = 194+87+170=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C257AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C257AA is #3DA855. Grayscale: #808080. Windows color (decimal): -4040790 or 11163586. OLE color: 11163586.

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

Color convert

RGB19487170-
CMYK00.550.120.24
HSL313.46º46.72%55.1%-
HSV(B)313.46º55.15%76.08%-
XYZ32.9121.1940.39-
YUV128.45151.45174.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.02%
GREEN value IS 87 (34.38% from 255) = 19.29%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=43.02%
G=19.29%
B=37.69%

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
Decimal1948717000.550.120.24313.4646.7255.1
HexC257AA037C181392f37
Octal30212725206714304715767
Binary110000101010111101010100110111110011000100111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C257AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C257AA; }

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

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

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

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

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

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

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

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