#C54EB5

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

Shades of Fuchsia #C54EB5

Tints of Fuchsia #C54EB5

Color information

#C54EB5 (or 0xC54EB5) is unknown color: approx Fuchsia. HEX triplet: C5, 4E and B5. RGB value is (197,78,181). Sum of RGB (Red+Green+Blue) = 197+78+181=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C54EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54EB5 is #3AB14A. Grayscale: #7D7D7D. Windows color (decimal): -3846475 or 11882181. OLE color: 11882181.

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

Color convert

RGB19778181-
CMYK00.600.080.23
HSL308.07º50.64%53.92%-
HSV(B)308.07º60.41%77.25%-
XYZ34.0920.6645.91-
YUV125.32159.42179.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.20%
GREEN value IS 78 (30.86% from 255) = 17.11%
BLUE value IS 181 (71.09% from 255) = 39.69%
R=43.20%
G=17.11%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977818100.600.080.23308.0750.6453.92
HexC54EB503C8171343336
Octal30511626507410274646366
Binary110001011001110101101010111100100010111100110100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54EB5; }

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

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

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

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

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

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

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

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