#C54FC6

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

Shades of Fuchsia #C54FC6

Tints of Fuchsia #C54FC6

Color information

#C54FC6 (or 0xC54FC6) is unknown color: approx Fuchsia. HEX triplet: C5, 4F and C6. RGB value is (197,79,198). Sum of RGB (Red+Green+Blue) = 197+79+198=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: blue. Hex color #C54FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FC6 is #3AB039. Grayscale: #7F7F7F. Windows color (decimal): -3846202 or 12996549. OLE color: 12996549.

HSL color Cylindrical-coordinate representation of color #C54FC6: hue angle of 299.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C54FC6 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19779198-
CMYK0.010.6000.22
HSL299.5º51.07%54.31%-
HSV(B)299.5º60.1%77.65%-
XYZ36.0121.5455.69-
YUV127.85167.59177.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 79 (31.25% from 255) = 16.67%
BLUE value IS 198 (77.73% from 255) = 41.77%
R=41.56%
G=16.67%
B=41.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197791980.010.6000.22299.551.0754.31
HexC54FC613C01612b3336
Octal3051173061740264536366
Binary110001011001111110001101111100010110100101011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54FC6; }

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

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

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

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

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

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

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

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