#C43FBE

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

Shades of Fuchsia #C43FBE

Tints of Fuchsia #C43FBE

Color information

#C43FBE (or 0xC43FBE) is unknown color: approx Fuchsia. HEX triplet: C4, 3F and BE. RGB value is (196,63,190). Sum of RGB (Red+Green+Blue) = 196+63+190=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C43FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43FBE is #3BC041. Grayscale: #747474. Windows color (decimal): -3915842 or 12468164. OLE color: 12468164.

HSL color Cylindrical-coordinate representation of color #C43FBE: hue angle of 302.71º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43FBE is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB19663190-
CMYK00.680.030.23
HSL302.71º52.99%50.78%-
HSV(B)302.71º67.86%76.86%-
XYZ33.8419.0150.6-
YUV117.24169.06184.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.65%
GREEN value IS 63 (25% from 255) = 14.03%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=43.65%
G=14.03%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966319000.680.030.23302.7152.9950.78
HexC43FBE04431712f3533
Octal3047727601043274576563
Binary1100010011111110111110010001001110111100101111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43FBE; }

 p { color: rgb(196,63,190); }

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

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

 a { background-color: rgb(196,63,190); }

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

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

 span { border-color: rgb(196,63,190); }

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