#C55CBF

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

Shades of Fuchsia #C55CBF

Tints of Fuchsia #C55CBF

Color information

#C55CBF (or 0xC55CBF) is unknown color: approx Fuchsia. HEX triplet: C5, 5C and BF. RGB value is (197,92,191). Sum of RGB (Red+Green+Blue) = 197+92+191=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CBF is #3AA340. Grayscale: #868686. Windows color (decimal): -3842881 or 12541125. OLE color: 12541125.

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

Color convert

RGB19792191-
CMYK00.530.030.23
HSL303.43º47.51%56.67%-
HSV(B)303.43º53.3%77.25%-
XYZ36.2623.2951.87-
YUV134.68159.79172.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.04%
GREEN value IS 92 (36.33% from 255) = 19.17%
BLUE value IS 191 (75% from 255) = 39.79%
R=41.04%
G=19.17%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979219100.530.030.23303.4347.5156.67
HexC55CBF03531712f3039
Octal3051342770653274576071
Binary1100010110111001011111101101011110111100101111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55CBF; }

 p { color: rgb(197,92,191); }

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

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

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

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

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

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

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