#C54EAC

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

Shades of Fuchsia #C54EAC

Tints of Fuchsia #C54EAC

Color information

#C54EAC (or 0xC54EAC) is unknown color: approx Fuchsia. HEX triplet: C5, 4E and AC. RGB value is (197,78,172). Sum of RGB (Red+Green+Blue) = 197+78+172=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C54EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54EAC is #3AB153. Grayscale: #7C7C7C. Windows color (decimal): -3846484 or 11292357. OLE color: 11292357.

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

Color convert

RGB19778172-
CMYK00.600.130.23
HSL312.61º50.64%53.92%-
HSV(B)312.61º60.41%77.25%-
XYZ33.220.341.2-
YUV124.3154.92179.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.07%
GREEN value IS 78 (30.86% from 255) = 17.45%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=44.07%
G=17.45%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977817200.600.130.23312.6150.6453.92
HexC54EAC03CD171393336
Octal30511625407415274716366
Binary110001011001110101011000111100110110111100111001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54EAC; }

 p { color: rgb(197,78,172); }

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

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

 a { background-color: rgb(197,78,172); }

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

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

 span { border-color: rgb(197,78,172); }

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