#C54EBE

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

Shades of Fuchsia #C54EBE

Tints of Fuchsia #C54EBE

Color information

#C54EBE (or 0xC54EBE) is unknown color: approx Fuchsia. HEX triplet: C5, 4E and BE. RGB value is (197,78,190). Sum of RGB (Red+Green+Blue) = 197+78+190=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C54EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54EBE is #3AB141. Grayscale: #7E7E7E. Windows color (decimal): -3846466 or 12472005. OLE color: 12472005.

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

Color convert

RGB19778190-
CMYK00.600.040.23
HSL303.53º50.64%53.92%-
HSV(B)303.53º60.41%77.25%-
XYZ35.0421.0450.93-
YUV126.35163.92178.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.37%
GREEN value IS 78 (30.86% from 255) = 16.77%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=42.37%
G=16.77%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977819000.600.040.23303.5350.6453.92
HexC54EBE03C4171303336
Octal3051162760744274606366
Binary11000101100111010111110011110010010111100110000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54EBE; }

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

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

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

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

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

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

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

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