#C55FA8

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

Shades of Fuchsia #C55FA8

Tints of Fuchsia #C55FA8

Color information

#C55FA8 (or 0xC55FA8) is unknown color: approx Fuchsia. HEX triplet: C5, 5F and A8. RGB value is (197,95,168). Sum of RGB (Red+Green+Blue) = 197+95+168=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C55FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55FA8 is #3AA057. Grayscale: #858585. Windows color (decimal): -3842136 or 11034565. OLE color: 11034565.

HSL color Cylindrical-coordinate representation of color #C55FA8: hue angle of 317.06º 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 #C55FA8 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB19795168-
CMYK00.520.150.23
HSL317.06º46.79%57.25%-
HSV(B)317.06º51.78%77.25%-
XYZ34.1922.8839.66-
YUV133.82147.29173.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.83%
GREEN value IS 95 (37.5% from 255) = 20.65%
BLUE value IS 168 (66.02% from 255) = 36.52%
R=42.83%
G=20.65%
B=36.52%

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
Decimal1979516800.520.150.23317.0646.7957.25
HexC55FA8034F1713d2f39
Octal30513725006417274755771
Binary110001011011111101010000110100111110111100111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55FA8; }

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

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

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

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

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

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

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

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