#C55EA8

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

Shades of Fuchsia #C55EA8

Tints of Fuchsia #C55EA8

Color information

#C55EA8 (or 0xC55EA8) is unknown color: approx Fuchsia. HEX triplet: C5, 5E and A8. RGB value is (197,94,168). Sum of RGB (Red+Green+Blue) = 197+94+168=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C55EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55EA8 is #3AA157. Grayscale: #858585. Windows color (decimal): -3842392 or 11034309. OLE color: 11034309.

HSL color Cylindrical-coordinate representation of color #C55EA8: hue angle of 316.89º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55EA8 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB19794168-
CMYK00.520.150.23
HSL316.89º47.03%57.06%-
HSV(B)316.89º52.28%77.25%-
XYZ34.122.739.63-
YUV133.23147.62173.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 94 (37.11% from 255) = 20.48%
BLUE value IS 168 (66.02% from 255) = 36.60%
R=42.92%
G=20.48%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979416800.520.150.23316.8947.0357.06
HexC55EA8034F1713d2f39
Octal30513625006417274755771
Binary110001011011110101010000110100111110111100111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55EA8; }

 p { color: rgb(197,94,168); }

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

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

 a { background-color: rgb(197,94,168); }

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

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

 span { border-color: rgb(197,94,168); }

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