#C749C4

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

Shades of Fuchsia #C749C4

Tints of Fuchsia #C749C4

Color information

#C749C4 (or 0xC749C4) is unknown color: approx Fuchsia. HEX triplet: C7, 49 and C4. RGB value is (199,73,196). Sum of RGB (Red+Green+Blue) = 199+73+196=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C749C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C749C4 is #38B63B. Grayscale: #7C7C7C. Windows color (decimal): -3716668 or 12863943. OLE color: 12863943.

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

Color convert

RGB19973196-
CMYK00.630.020.22
HSL301.43º52.94%53.33%-
HSV(B)301.43º63.32%78.04%-
XYZ35.920.8954.37-
YUV124.7168.24181-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.52%
GREEN value IS 73 (28.91% from 255) = 15.60%
BLUE value IS 196 (76.95% from 255) = 41.88%
R=42.52%
G=15.60%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997319600.630.020.22301.4352.9453.33
HexC749C403F21612d3535
Octal3071113040772264556565
Binary1100011110010011100010001111111010110100101101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C749C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C749C4; }

 p { color: rgb(199,73,196); }

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

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

 a { background-color: rgb(199,73,196); }

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

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

 span { border-color: rgb(199,73,196); }

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