#C54EBA

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

Shades of Fuchsia #C54EBA

Tints of Fuchsia #C54EBA

Color information

#C54EBA (or 0xC54EBA) is unknown color: approx Fuchsia. HEX triplet: C5, 4E and BA. RGB value is (197,78,186). Sum of RGB (Red+Green+Blue) = 197+78+186=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C54EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54EBA is #3AB145. Grayscale: #7D7D7D. Windows color (decimal): -3846470 or 12209861. OLE color: 12209861.

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

Color convert

RGB19778186-
CMYK00.600.060.23
HSL305.55º50.64%53.92%-
HSV(B)305.55º60.41%77.25%-
XYZ34.6120.8648.66-
YUV125.89161.92178.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.73%
GREEN value IS 78 (30.86% from 255) = 16.92%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=42.73%
G=16.92%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977818600.600.060.23305.5550.6453.92
HexC54EBA03C6171323336
Octal3051162720746274626366
Binary11000101100111010111010011110011010111100110010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54EBA; }

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

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

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

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

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

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

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

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