#C544C6

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

Shades of Fuchsia #C544C6

Tints of Fuchsia #C544C6

Color information

#C544C6 (or 0xC544C6) is unknown color: approx Fuchsia. HEX triplet: C5, 44 and C6. RGB value is (197,68,198). Sum of RGB (Red+Green+Blue) = 197+68+198=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #C544C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C544C6 is #3ABB39. Grayscale: #797979. Windows color (decimal): -3849018 or 12993733. OLE color: 12993733.

HSL color Cylindrical-coordinate representation of color #C544C6: hue angle of 299.54º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C544C6 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19768198-
CMYK0.010.6600.22
HSL299.54º53.28%52.16%-
HSV(B)299.54º65.66%77.65%-
XYZ35.2920.0855.44-
YUV121.39171.24181.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.55%
GREEN value IS 68 (26.95% from 255) = 14.69%
BLUE value IS 198 (77.73% from 255) = 42.76%
R=42.55%
G=14.69%
B=42.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197681980.010.6600.22299.5453.2852.16
HexC544C614201612c3534
Octal30510430611020264546564
Binary1100010110001001100011011000010010110100101100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C544C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C544C6; }

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

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

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

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

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

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

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

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