#C754BA

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

Shades of Fuchsia #C754BA

Tints of Fuchsia #C754BA

Color information

#C754BA (or 0xC754BA) is unknown color: approx Fuchsia. HEX triplet: C7, 54 and BA. RGB value is (199,84,186). Sum of RGB (Red+Green+Blue) = 199+84+186=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C754BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754BA is #38AB45. Grayscale: #818181. Windows color (decimal): -3713862 or 12211399. OLE color: 12211399.

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

Color convert

RGB19984186-
CMYK00.580.070.22
HSL306.78º50.66%55.49%-
HSV(B)306.78º57.79%78.04%-
XYZ35.5922.0348.83-
YUV130.01159.6177.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.43%
GREEN value IS 84 (33.20% from 255) = 17.91%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=42.43%
G=17.91%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998418600.580.070.22306.7850.6655.49
HexC754BA03A7161333337
Octal3071242720727264636367
Binary11000111101010010111010011101011110110100110011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C754BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C754BA; }

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

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

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

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

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

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

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

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