#C54FAB

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

Shades of Fuchsia #C54FAB

Tints of Fuchsia #C54FAB

Color information

#C54FAB (or 0xC54FAB) is unknown color: approx Fuchsia. HEX triplet: C5, 4F and AB. RGB value is (197,79,171). Sum of RGB (Red+Green+Blue) = 197+79+171=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C54FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54FAB is #3AB054. Grayscale: #7C7C7C. Windows color (decimal): -3846229 or 11227077. OLE color: 11227077.

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

Color convert

RGB19779171-
CMYK00.600.130.23
HSL313.22º50.43%54.12%-
HSV(B)313.22º59.9%77.25%-
XYZ33.1720.440.72-
YUV124.77154.09179.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.07%
GREEN value IS 79 (31.25% from 255) = 17.67%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=44.07%
G=17.67%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977917100.600.130.23313.2250.4354.12
HexC54FAB03CD171393236
Octal30511725307415274716266
Binary110001011001111101010110111100110110111100111001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54FAB; }

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

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

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

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

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

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

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

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