#C541BB

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

Shades of Fuchsia #C541BB

Tints of Fuchsia #C541BB

Color information

#C541BB (or 0xC541BB) is unknown color: approx Fuchsia. HEX triplet: C5, 41 and BB. RGB value is (197,65,187). Sum of RGB (Red+Green+Blue) = 197+65+187=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C541BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541BB is #3ABE44. Grayscale: #767676. Windows color (decimal): -3849797 or 12272069. OLE color: 12272069.

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

Color convert

RGB19765187-
CMYK00.670.050.23
HSL304.55º53.23%51.37%-
HSV(B)304.55º67.01%77.25%-
XYZ33.8919.2448.94-
YUV118.38166.73184.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 65 (25.78% from 255) = 14.48%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=43.88%
G=14.48%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976518700.670.050.23304.5553.2351.37
HexC541BB0435171313533
Octal30510127301035274616563
Binary110001011000001101110110100001110110111100110001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C541BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C541BB; }

 p { color: rgb(197,65,187); }

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

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

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

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

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

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

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