#C55FC5

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

Shades of Fuchsia #C55FC5

Tints of Fuchsia #C55FC5

Color information

#C55FC5 (or 0xC55FC5) is unknown color: approx Fuchsia. HEX triplet: C5, 5F and C5. RGB value is (197,95,197). Sum of RGB (Red+Green+Blue) = 197+95+197=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 197 - color contains mainly: red, blue. Hex color #C55FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FC5 is #3AA03A. Grayscale: #888888. Windows color (decimal): -3842107 or 12935109. OLE color: 12935109.

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

Color convert

RGB19795197-
CMYK00.5200.23
HSL300º46.79%57.25%-
HSV(B)300º51.78%77.25%-
XYZ37.224.0955.51-
YUV137.13161.79170.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.29%
GREEN value IS 95 (37.5% from 255) = 19.43%
BLUE value IS 197 (77.34% from 255) = 40.29%
R=40.29%
G=19.43%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979519700.5200.2330046.7957.25
HexC55FC503401712c2f39
Octal3051373050640274545771
Binary110001011011111110001010110100010111100101100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55FC5; }

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

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

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

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

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

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

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

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