#C043BA

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

Shades of Fuchsia #C043BA

Tints of Fuchsia #C043BA

Color information

#C043BA (or 0xC043BA) is unknown color: approx Fuchsia. HEX triplet: C0, 43 and BA. RGB value is (192,67,186). Sum of RGB (Red+Green+Blue) = 192+67+186=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C043BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043BA is #3FBC45. Grayscale: #757575. Windows color (decimal): -4176966 or 12207040. OLE color: 12207040.

HSL color Cylindrical-coordinate representation of color #C043BA: hue angle of 302.88º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C043BA is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19267186-
CMYK00.650.030.25
HSL302.88º49.8%50.78%-
HSV(B)302.88º65.1%75.29%-
XYZ32.6118.7748.36-
YUV117.94166.41180.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 67 (26.56% from 255) = 15.06%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=43.15%
G=15.06%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926718600.650.030.25302.8849.850.78
HexC043BA04131912f3233
Octal30010327201013314576263
Binary11000000100001110111010010000011111001100101111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C043BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C043BA; }

 p { color: rgb(192,67,186); }

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

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

 a { background-color: rgb(192,67,186); }

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

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

 span { border-color: rgb(192,67,186); }

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