#C754AD

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

Shades of Fuchsia #C754AD

Tints of Fuchsia #C754AD

Color information

#C754AD (or 0xC754AD) is unknown color: approx Fuchsia. HEX triplet: C7, 54 and AD. RGB value is (199,84,173). Sum of RGB (Red+Green+Blue) = 199+84+173=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C754AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C754AD is #38AB52. Grayscale: #808080. Windows color (decimal): -3713875 or 11359431. OLE color: 11359431.

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

Color convert

RGB19984173-
CMYK00.580.130.22
HSL313.57º50.66%55.49%-
HSV(B)313.57º57.79%78.04%-
XYZ34.2721.541.88-
YUV128.53153.1178.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 84 (33.20% from 255) = 18.42%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=43.64%
G=18.42%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998417300.580.130.22313.5750.6655.49
HexC754AD03AD1613a3337
Octal30712425507215264726367
Binary110001111010100101011010111010110110110100111010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C754AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C754AD; }

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

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

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

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

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

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

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

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