#C54BAE

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

Shades of Fuchsia #C54BAE

Tints of Fuchsia #C54BAE

Color information

#C54BAE (or 0xC54BAE) is unknown color: approx Fuchsia. HEX triplet: C5, 4B and AE. RGB value is (197,75,174). Sum of RGB (Red+Green+Blue) = 197+75+174=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C54BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54BAE is #3AB451. Grayscale: #7A7A7A. Windows color (decimal): -3847250 or 11422661. OLE color: 11422661.

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

Color convert

RGB19775174-
CMYK00.620.120.23
HSL311.31º51.26%53.33%-
HSV(B)311.31º61.93%77.25%-
XYZ33.1819.9642.15-
YUV122.76156.92180.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.17%
GREEN value IS 75 (29.69% from 255) = 16.82%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=44.17%
G=16.82%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977517400.620.120.23311.3151.2653.33
HexC54BAE03EC171373335
Octal30511325607614274676365
Binary110001011001011101011100111110110010111100110111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54BAE; }

 p { color: rgb(197,75,174); }

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

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

 a { background-color: rgb(197,75,174); }

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

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

 span { border-color: rgb(197,75,174); }

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