#C544BD

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

Shades of Fuchsia #C544BD

Tints of Fuchsia #C544BD

Color information

#C544BD (or 0xC544BD) is unknown color: approx Fuchsia. HEX triplet: C5, 44 and BD. RGB value is (197,68,189). Sum of RGB (Red+Green+Blue) = 197+68+189=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C544BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C544BD is #3ABB42. Grayscale: #787878. Windows color (decimal): -3849027 or 12403909. OLE color: 12403909.

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

Color convert

RGB19768189-
CMYK00.650.040.23
HSL303.72º52.65%51.96%-
HSV(B)303.72º65.48%77.25%-
XYZ34.2819.6850.14-
YUV120.36166.74182.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.39%
GREEN value IS 68 (26.95% from 255) = 14.98%
BLUE value IS 189 (74.22% from 255) = 41.63%
R=43.39%
G=14.98%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976818900.650.040.23303.7252.6551.96
HexC544BD0414171303534
Octal30510427501014274606564
Binary110001011000100101111010100000110010111100110000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C544BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C544BD; }

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

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

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

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

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

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

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

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