#C754B2

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

Shades of Fuchsia #C754B2

Tints of Fuchsia #C754B2

Color information

#C754B2 (or 0xC754B2) is unknown color: approx Fuchsia. HEX triplet: C7, 54 and B2. RGB value is (199,84,178). Sum of RGB (Red+Green+Blue) = 199+84+178=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C754B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C754B2 is #38AB4D. Grayscale: #808080. Windows color (decimal): -3713870 or 11687111. OLE color: 11687111.

HSL color Cylindrical-coordinate representation of color #C754B2: hue angle of 310.96º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C754B2 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB19984178-
CMYK00.580.110.22
HSL310.96º50.66%55.49%-
HSV(B)310.96º57.79%78.04%-
XYZ34.7621.744.48-
YUV129.1155.6177.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 84 (33.20% from 255) = 18.22%
BLUE value IS 178 (69.92% from 255) = 38.61%
R=43.17%
G=18.22%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998417800.580.110.22310.9650.6655.49
HexC754B203AB161373337
Octal30712426207213264676367
Binary110001111010100101100100111010101110110100110111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C754B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C754B2; }

 p { color: rgb(199,84,178); }

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

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

 a { background-color: rgb(199,84,178); }

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

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

 span { border-color: rgb(199,84,178); }

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