#C744C2

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

Shades of Fuchsia #C744C2

Tints of Fuchsia #C744C2

Color information

#C744C2 (or 0xC744C2) is unknown color: approx Fuchsia. HEX triplet: C7, 44 and C2. RGB value is (199,68,194). Sum of RGB (Red+Green+Blue) = 199+68+194=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C744C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C744C2 is #38BB3D. Grayscale: #797979. Windows color (decimal): -3717950 or 12731591. OLE color: 12731591.

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

Color convert

RGB19968194-
CMYK00.660.030.22
HSL302.29º53.91%52.35%-
HSV(B)302.29º65.83%78.04%-
XYZ35.3620.1753.07-
YUV121.53168.9183.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 68 (26.95% from 255) = 14.75%
BLUE value IS 194 (76.17% from 255) = 42.08%
R=43.17%
G=14.75%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996819400.660.030.22302.2953.9152.35
HexC744C204231612e3634
Octal30710430201023264566664
Binary11000111100010011000010010000101110110100101110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C744C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C744C2; }

 p { color: rgb(199,68,194); }

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

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

 a { background-color: rgb(199,68,194); }

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

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

 span { border-color: rgb(199,68,194); }

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