#C54AC7

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

Shades of Fuchsia #C54AC7

Tints of Fuchsia #C54AC7

Color information

#C54AC7 (or 0xC54AC7) is unknown color: approx Fuchsia. HEX triplet: C5, 4A and C7. RGB value is (197,74,199). Sum of RGB (Red+Green+Blue) = 197+74+199=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 199 - color contains mainly: blue. Hex color #C54AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54AC7 is #3AB538. Grayscale: #7C7C7C. Windows color (decimal): -3847481 or 13060805. OLE color: 13060805.

HSL color Cylindrical-coordinate representation of color #C54AC7: hue angle of 299.04º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54AC7 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19774199-
CMYK0.010.6300.22
HSL299.04º52.74%53.53%-
HSV(B)299.04º62.81%78.04%-
XYZ35.7820.8956.18-
YUV125.03169.75179.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 74 (29.30% from 255) = 15.74%
BLUE value IS 199 (78.12% from 255) = 42.34%
R=41.91%
G=15.74%
B=42.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197741990.010.6300.22299.0452.7453.53
HexC54AC713F01612b3536
Octal3051123071770264536566
Binary110001011001010110001111111111010110100101011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54AC7; }

 p { color: rgb(197,74,199); }

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

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

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

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

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

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

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