#C54BAB

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

Shades of Fuchsia #C54BAB

Tints of Fuchsia #C54BAB

Color information

#C54BAB (or 0xC54BAB) is unknown color: approx Fuchsia. HEX triplet: C5, 4B and AB. RGB value is (197,75,171). Sum of RGB (Red+Green+Blue) = 197+75+171=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C54BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54BAB is #3AB454. Grayscale: #7A7A7A. Windows color (decimal): -3847253 or 11226053. OLE color: 11226053.

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

Color convert

RGB19775171-
CMYK00.620.130.23
HSL312.79º51.26%53.33%-
HSV(B)312.79º61.93%77.25%-
XYZ32.8919.8440.62-
YUV122.42155.42181.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.47%
GREEN value IS 75 (29.69% from 255) = 16.93%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=44.47%
G=16.93%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977517100.620.130.23312.7951.2653.33
HexC54BAB03ED171393335
Octal30511325307615274716365
Binary110001011001011101010110111110110110111100111001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54BAB; }

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

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

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

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

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

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

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

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