#c544b0

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

Shades of Fuchsia #C544B0

Tints of Fuchsia #C544B0

Color information

#C544B0 (or 0xC544B0) is unknown color: approx Fuchsia. HEX triplet: C5, 44 and B0. RGB value is (197,68,176). Sum of RGB (Red+Green+Blue) = 197+68+176=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C544B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C544B0 is #3ABB4F. Grayscale: #767676. Windows color (decimal): -3849040 or 11551941. OLE color: 11551941.

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

Color convert

RGB19768176-
CMYK00.650.110.23
HSL309.77º52.65%51.96%-
HSV(B)309.77º65.48%77.25%-
XYZ32.9319.1443.03-
YUV118.88160.24183.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 68 (26.95% from 255) = 15.42%
BLUE value IS 176 (69.14% from 255) = 39.91%
R=44.67%
G=15.42%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976817600.650.110.23309.7752.6551.96
HexC544B0041B171363534
Octal305104260010113274666564
Binary1100010110001001011000001000001101110111100110110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c544b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c544b0; }

 p { color: rgb(197,68,176); }

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

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

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

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

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

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

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