#C043B3

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

Shades of Fuchsia #C043B3

Tints of Fuchsia #C043B3

Color information

#C043B3 (or 0xC043B3) is unknown color: approx Fuchsia. HEX triplet: C0, 43 and B3. RGB value is (192,67,179). Sum of RGB (Red+Green+Blue) = 192+67+179=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C043B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043B3 is #3FBC4C. Grayscale: #747474. Windows color (decimal): -4176973 or 11748288. OLE color: 11748288.

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

Color convert

RGB19267179-
CMYK00.650.070.25
HSL306.24º49.8%50.78%-
HSV(B)306.24º65.1%75.29%-
XYZ31.8818.4844.53-
YUV117.14162.91181.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.84%
GREEN value IS 67 (26.56% from 255) = 15.30%
BLUE value IS 179 (70.31% from 255) = 40.87%
R=43.84%
G=15.30%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926717900.650.070.25306.2449.850.78
HexC043B30417191323233
Octal30010326301017314626263
Binary110000001000011101100110100000111111001100110010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C043B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C043B3; }

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

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

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

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

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

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

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

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