#c54abd

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

Shades of Fuchsia #C54ABD

Tints of Fuchsia #C54ABD

Color information

#C54ABD (or 0xC54ABD) is unknown color: approx Fuchsia. HEX triplet: C5, 4A and BD. RGB value is (197,74,189). Sum of RGB (Red+Green+Blue) = 197+74+189=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C54ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54ABD is #3AB542. Grayscale: #7B7B7B. Windows color (decimal): -3847491 or 12405445. OLE color: 12405445.

HSL color Cylindrical-coordinate representation of color #C54ABD: hue angle of 303.9º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54ABD is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB19774189-
CMYK00.620.040.23
HSL303.9º51.46%53.14%-
HSV(B)303.9º62.44%77.25%-
XYZ34.6620.4450.26-
YUV123.89164.75180.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.83%
GREEN value IS 74 (29.30% from 255) = 16.09%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=42.83%
G=16.09%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977418900.620.040.23303.951.4653.14
HexC54ABD03E4171303335
Octal3051122750764274606365
Binary11000101100101010111101011111010010111100110000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c54abd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c54abd; }

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

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

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

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

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

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

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

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