#C544B7

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

Shades of Fuchsia #C544B7

Tints of Fuchsia #C544B7

Color information

#C544B7 (or 0xC544B7) is unknown color: approx Fuchsia. HEX triplet: C5, 44 and B7. RGB value is (197,68,183). Sum of RGB (Red+Green+Blue) = 197+68+183=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C544B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C544B7 is #3ABB48. Grayscale: #777777. Windows color (decimal): -3849033 or 12010693. OLE color: 12010693.

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

Color convert

RGB19768183-
CMYK00.650.070.23
HSL306.51º52.65%51.96%-
HSV(B)306.51º65.48%77.25%-
XYZ33.6419.4246.78-
YUV119.68163.74183.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.97%
GREEN value IS 68 (26.95% from 255) = 15.18%
BLUE value IS 183 (71.88% from 255) = 40.85%
R=43.97%
G=15.18%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976818300.650.070.23306.5152.6551.96
HexC544B70417171333534
Octal30510426701017274636564
Binary110001011000100101101110100000111110111100110011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C544B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C544B7; }

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

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

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

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

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

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

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

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