#C257A8

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

Shades of Fuchsia #C257A8

Tints of Fuchsia #C257A8

Color information

#C257A8 (or 0xC257A8) is unknown color: approx Fuchsia. HEX triplet: C2, 57 and A8. RGB value is (194,87,168). Sum of RGB (Red+Green+Blue) = 194+87+168=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C257A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C257A8 is #3DA857. Grayscale: #808080. Windows color (decimal): -4040792 or 11032514. OLE color: 11032514.

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

Color convert

RGB19487168-
CMYK00.550.130.24
HSL314.58º46.72%55.1%-
HSV(B)314.58º55.15%76.08%-
XYZ32.7221.1139.4-
YUV128.23150.45174.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.21%
GREEN value IS 87 (34.38% from 255) = 19.38%
BLUE value IS 168 (66.02% from 255) = 37.42%
R=43.21%
G=19.38%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948716800.550.130.24314.5846.7255.1
HexC257A8037D1813b2f37
Octal30212725006715304735767
Binary110000101010111101010000110111110111000100111011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C257A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C257A8; }

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

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

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

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

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

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

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

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