#C54BC5

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

Shades of Fuchsia #C54BC5

Tints of Fuchsia #C54BC5

Color information

#C54BC5 (or 0xC54BC5) is unknown color: approx Fuchsia. HEX triplet: C5, 4B and C5. RGB value is (197,75,197). Sum of RGB (Red+Green+Blue) = 197+75+197=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: red, blue. Hex color #C54BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BC5 is #3AB43A. Grayscale: #7D7D7D. Windows color (decimal): -3847227 or 12929989. OLE color: 12929989.

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

Color convert

RGB19775197-
CMYK00.6200.23
HSL300º51.26%53.33%-
HSV(B)300º61.93%77.25%-
XYZ35.6220.9354.99-
YUV125.39168.42179.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.00%
GREEN value IS 75 (29.69% from 255) = 15.99%
BLUE value IS 197 (77.34% from 255) = 42.00%
R=42.00%
G=15.99%
B=42.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977519700.6200.2330051.2653.33
HexC54BC503E01712c3335
Octal3051133050760274546365
Binary110001011001011110001010111110010111100101100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54BC5; }

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

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

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

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

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

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

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

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