#C754BD

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

Shades of Fuchsia #C754BD

Tints of Fuchsia #C754BD

Color information

#C754BD (or 0xC754BD) is unknown color: approx Fuchsia. HEX triplet: C7, 54 and BD. RGB value is (199,84,189). Sum of RGB (Red+Green+Blue) = 199+84+189=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C754BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754BD is #38AB42. Grayscale: #828282. Windows color (decimal): -3713859 or 12408007. OLE color: 12408007.

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

Color convert

RGB19984189-
CMYK00.580.050.22
HSL305.22º50.66%55.49%-
HSV(B)305.22º57.79%78.04%-
XYZ35.9122.1650.53-
YUV130.35161.1176.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.16%
GREEN value IS 84 (33.20% from 255) = 17.80%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=42.16%
G=17.80%
B=40.04%

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
Decimal1998418900.580.050.22305.2250.6655.49
HexC754BD03A5161313337
Octal3071242750725264616367
Binary11000111101010010111101011101010110110100110001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C754BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C754BD; }

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

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

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

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

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

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

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

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