#C754BE

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

Shades of Fuchsia #C754BE

Tints of Fuchsia #C754BE

Color information

#C754BE (or 0xC754BE) is unknown color: approx Fuchsia. HEX triplet: C7, 54 and BE. RGB value is (199,84,190). Sum of RGB (Red+Green+Blue) = 199+84+190=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C754BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754BE is #38AB41. Grayscale: #828282. Windows color (decimal): -3713858 or 12473543. OLE color: 12473543.

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

Color convert

RGB19984190-
CMYK00.580.050.22
HSL304.7º50.66%55.49%-
HSV(B)304.7º57.79%78.04%-
XYZ36.0222.251.1-
YUV130.47161.6176.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.07%
GREEN value IS 84 (33.20% from 255) = 17.76%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=42.07%
G=17.76%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998419000.580.050.22304.750.6655.49
HexC754BE03A5161313337
Octal3071242760725264616367
Binary11000111101010010111110011101010110110100110001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C754BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C754BE; }

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

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

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

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

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

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

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

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