#C43AB0

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

Shades of Fuchsia #C43AB0

Tints of Fuchsia #C43AB0

Color information

#C43AB0 (or 0xC43AB0) is unknown color: approx Fuchsia. HEX triplet: C4, 3A and B0. RGB value is (196,58,176). Sum of RGB (Red+Green+Blue) = 196+58+176=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C43AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43AB0 is #3BC54F. Grayscale: #707070. Windows color (decimal): -3917136 or 11549380. OLE color: 11549380.

HSL color Cylindrical-coordinate representation of color #C43AB0: hue angle of 308.7º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43AB0 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB19658176-
CMYK00.700.100.23
HSL308.7º54.33%49.8%-
HSV(B)308.7º70.41%76.86%-
XYZ32.1117.942.84-
YUV112.71163.72187.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.58%
GREEN value IS 58 (23.05% from 255) = 13.49%
BLUE value IS 176 (69.14% from 255) = 40.93%
R=45.58%
G=13.49%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965817600.700.100.23308.754.3349.8
HexC43AB0046A171353632
Octal30472260010612274656662
Binary110001001110101011000001000110101010111100110101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43AB0; }

 p { color: rgb(196,58,176); }

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

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

 a { background-color: rgb(196,58,176); }

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

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

 span { border-color: rgb(196,58,176); }

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