#C747BC

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

Shades of Fuchsia #C747BC

Tints of Fuchsia #C747BC

Color information

#C747BC (or 0xC747BC) is unknown color: approx Fuchsia. HEX triplet: C7, 47 and BC. RGB value is (199,71,188). Sum of RGB (Red+Green+Blue) = 199+71+188=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C747BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747BC is #38B843. Grayscale: #7A7A7A. Windows color (decimal): -3717188 or 12339143. OLE color: 12339143.

HSL color Cylindrical-coordinate representation of color #C747BC: hue angle of 305.16º 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 #C747BC is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB19971188-
CMYK00.640.060.22
HSL305.16º53.33%52.94%-
HSV(B)305.16º64.32%78.04%-
XYZ34.8820.2849.65-
YUV122.61164.91182.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.45%
GREEN value IS 71 (28.12% from 255) = 15.50%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=43.45%
G=15.50%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997118800.640.060.22305.1653.3352.94
HexC747BC0406161313535
Octal30710727401006264616565
Binary110001111000111101111000100000011010110100110001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C747BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C747BC; }

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

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

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

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

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

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

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

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