#C54CC6

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

Shades of Fuchsia #C54CC6

Tints of Fuchsia #C54CC6

Color information

#C54CC6 (or 0xC54CC6) is unknown color: approx Fuchsia. HEX triplet: C5, 4C and C6. RGB value is (197,76,198). Sum of RGB (Red+Green+Blue) = 197+76+198=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #C54CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CC6 is #3AB339. Grayscale: #7D7D7D. Windows color (decimal): -3846970 or 12995781. OLE color: 12995781.

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

Color convert

RGB19776198-
CMYK0.010.6200.22
HSL299.51º51.69%53.73%-
HSV(B)299.51º61.62%77.65%-
XYZ35.821.1255.61-
YUV126.09168.59178.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.83%
GREEN value IS 76 (30.08% from 255) = 16.14%
BLUE value IS 198 (77.73% from 255) = 42.04%
R=41.83%
G=16.14%
B=42.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197761980.010.6200.22299.5151.6953.73
HexC54CC613E01612c3436
Octal3051143061760264546466
Binary110001011001100110001101111110010110100101100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54CC6; }

 p { color: rgb(197,76,198); }

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

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

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

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

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

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

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