#C54EBD

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

Shades of Fuchsia #C54EBD

Tints of Fuchsia #C54EBD

Color information

#C54EBD (or 0xC54EBD) is unknown color: approx Fuchsia. HEX triplet: C5, 4E and BD. RGB value is (197,78,189). Sum of RGB (Red+Green+Blue) = 197+78+189=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C54EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54EBD is #3AB142. Grayscale: #7D7D7D. Windows color (decimal): -3846467 or 12406469. OLE color: 12406469.

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

Color convert

RGB19778189-
CMYK00.600.040.23
HSL304.03º50.64%53.92%-
HSV(B)304.03º60.41%77.25%-
XYZ34.9420.9950.35-
YUV126.23163.42178.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 78 (30.86% from 255) = 16.81%
BLUE value IS 189 (74.22% from 255) = 40.73%
R=42.46%
G=16.81%
B=40.73%

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
Decimal1977818900.600.040.23304.0350.6453.92
HexC54EBD03C4171303336
Octal3051162750744274606366
Binary11000101100111010111101011110010010111100110000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54EBD; }

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

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

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

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

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

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

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

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