#C540B1

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

Shades of Fuchsia #C540B1

Tints of Fuchsia #C540B1

Color information

#C540B1 (or 0xC540B1) is unknown color: approx Fuchsia. HEX triplet: C5, 40 and B1. RGB value is (197,64,177). Sum of RGB (Red+Green+Blue) = 197+64+177=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C540B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C540B1 is #3ABF4E. Grayscale: #747474. Windows color (decimal): -3850063 or 11616453. OLE color: 11616453.

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

Color convert

RGB19764177-
CMYK00.680.100.23
HSL309.02º53.41%51.18%-
HSV(B)309.02º67.51%77.25%-
XYZ32.818.7143.48-
YUV116.65162.06185.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.98%
GREEN value IS 64 (25.39% from 255) = 14.61%
BLUE value IS 177 (69.53% from 255) = 40.41%
R=44.98%
G=14.61%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976417700.680.100.23309.0253.4151.18
HexC540B1044A171353533
Octal305100261010412274656563
Binary1100010110000001011000101000100101010111100110101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C540B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C540B1; }

 p { color: rgb(197,64,177); }

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

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

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

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

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

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

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