#C744BC

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

Shades of Fuchsia #C744BC

Tints of Fuchsia #C744BC

Color information

#C744BC (or 0xC744BC) is unknown color: approx Fuchsia. HEX triplet: C7, 44 and BC. RGB value is (199,68,188). Sum of RGB (Red+Green+Blue) = 199+68+188=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C744BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C744BC is #38BB43. Grayscale: #787878. Windows color (decimal): -3717956 or 12338375. OLE color: 12338375.

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

Color convert

RGB19968188-
CMYK00.660.060.22
HSL305.04º53.91%52.35%-
HSV(B)305.04º65.83%78.04%-
XYZ34.719.9149.59-
YUV120.85165.9183.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.74%
GREEN value IS 68 (26.95% from 255) = 14.95%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=43.74%
G=14.95%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996818800.660.060.22305.0453.9152.35
HexC744BC0426161313634
Octal30710427401026264616664
Binary110001111000100101111000100001011010110100110001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C744BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C744BC; }

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

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

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

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

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

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

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

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