#c544b1

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

Shades of Fuchsia #C544B1

Tints of Fuchsia #C544B1

Color information

#C544B1 (or 0xC544B1) is unknown color: approx Fuchsia. HEX triplet: C5, 44 and B1. RGB value is (197,68,177). Sum of RGB (Red+Green+Blue) = 197+68+177=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C544B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C544B1 is #3ABB4E. Grayscale: #767676. Windows color (decimal): -3849039 or 11617477. OLE color: 11617477.

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

Color convert

RGB19768177-
CMYK00.650.100.23
HSL309.3º52.65%51.96%-
HSV(B)309.3º65.48%77.25%-
XYZ33.0319.1843.56-
YUV119160.74183.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.57%
GREEN value IS 68 (26.95% from 255) = 15.38%
BLUE value IS 177 (69.53% from 255) = 40.05%
R=44.57%
G=15.38%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976817700.650.100.23309.352.6551.96
HexC544B1041A171353534
Octal305104261010112274656564
Binary1100010110001001011000101000001101010111100110101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c544b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c544b1; }

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

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

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

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

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

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

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

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