#C54FB0

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

Shades of Fuchsia #C54FB0

Tints of Fuchsia #C54FB0

Color information

#C54FB0 (or 0xC54FB0) is unknown color: approx Fuchsia. HEX triplet: C5, 4F and B0. RGB value is (197,79,176). Sum of RGB (Red+Green+Blue) = 197+79+176=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C54FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54FB0 is #3AB04F. Grayscale: #7D7D7D. Windows color (decimal): -3846224 or 11554757. OLE color: 11554757.

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

Color convert

RGB19779176-
CMYK00.600.110.23
HSL310.68º50.43%54.12%-
HSV(B)310.68º59.9%77.25%-
XYZ33.6620.643.28-
YUV125.34156.59179.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.58%
GREEN value IS 79 (31.25% from 255) = 17.48%
BLUE value IS 176 (69.14% from 255) = 38.94%
R=43.58%
G=17.48%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977917600.600.110.23310.6850.4354.12
HexC54FB003CB171373236
Octal30511726007413274676266
Binary110001011001111101100000111100101110111100110111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54FB0; }

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

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

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

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

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

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

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

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