#C55EBA

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

Shades of Fuchsia #C55EBA

Tints of Fuchsia #C55EBA

Color information

#C55EBA (or 0xC55EBA) is unknown color: approx Fuchsia. HEX triplet: C5, 5E and BA. RGB value is (197,94,186). Sum of RGB (Red+Green+Blue) = 197+94+186=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C55EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55EBA is #3AA145. Grayscale: #878787. Windows color (decimal): -3842374 or 12213957. OLE color: 12213957.

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

Color convert

RGB19794186-
CMYK00.520.060.23
HSL306.41º47.03%57.06%-
HSV(B)306.41º52.28%77.25%-
XYZ35.8923.4249.08-
YUV135.28156.62172.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.30%
GREEN value IS 94 (37.11% from 255) = 19.71%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=41.30%
G=19.71%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979418600.520.060.23306.4147.0357.06
HexC55EBA0346171322f39
Octal3051362720646274625771
Binary11000101101111010111010011010011010111100110010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55EBA; }

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

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

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

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

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

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

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

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