#C544B4

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

Shades of Fuchsia #C544B4

Tints of Fuchsia #C544B4

Color information

#C544B4 (or 0xC544B4) is unknown color: approx Fuchsia. HEX triplet: C5, 44 and B4. RGB value is (197,68,180). Sum of RGB (Red+Green+Blue) = 197+68+180=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C544B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C544B4 is #3ABB4B. Grayscale: #777777. Windows color (decimal): -3849036 or 11814085. OLE color: 11814085.

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

Color convert

RGB19768180-
CMYK00.650.090.23
HSL307.91º52.65%51.96%-
HSV(B)307.91º65.48%77.25%-
XYZ33.3319.345.15-
YUV119.34162.24183.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.27%
GREEN value IS 68 (26.95% from 255) = 15.28%
BLUE value IS 180 (70.70% from 255) = 40.45%
R=44.27%
G=15.28%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976818000.650.090.23307.9152.6551.96
HexC544B40419171343534
Octal305104264010111274646564
Binary1100010110001001011010001000001100110111100110100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C544B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C544B4; }

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

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

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

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

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

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

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

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