#C547C7

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

Shades of Fuchsia #C547C7

Tints of Fuchsia #C547C7

Color information

#C547C7 (or 0xC547C7) is unknown color: approx Fuchsia. HEX triplet: C5, 47 and C7. RGB value is (197,71,199). Sum of RGB (Red+Green+Blue) = 197+71+199=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 199 - color contains mainly: blue. Hex color #C547C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547C7 is #3AB838. Grayscale: #7A7A7A. Windows color (decimal): -3848249 or 13060037. OLE color: 13060037.

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

Color convert

RGB19771199-
CMYK0.010.6400.22
HSL299.06º53.33%52.94%-
HSV(B)299.06º64.32%78.04%-
XYZ35.5920.556.11-
YUV123.27170.74180.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 71 (28.12% from 255) = 15.20%
BLUE value IS 199 (78.12% from 255) = 42.61%
R=42.18%
G=15.20%
B=42.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197711990.010.6400.22299.0653.3352.94
HexC547C714001612b3535
Octal30510730711000264536565
Binary1100010110001111100011111000000010110100101011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C547C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C547C7; }

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

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

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

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

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

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

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

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