#C043B9

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

Shades of Fuchsia #C043B9

Tints of Fuchsia #C043B9

Color information

#C043B9 (or 0xC043B9) is unknown color: approx Fuchsia. HEX triplet: C0, 43 and B9. RGB value is (192,67,185). Sum of RGB (Red+Green+Blue) = 192+67+185=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C043B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043B9 is #3FBC46. Grayscale: #757575. Windows color (decimal): -4176967 or 12141504. OLE color: 12141504.

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

Color convert

RGB19267185-
CMYK00.650.040.25
HSL303.36º49.8%50.78%-
HSV(B)303.36º65.1%75.29%-
XYZ32.518.7247.8-
YUV117.83165.91180.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.24%
GREEN value IS 67 (26.56% from 255) = 15.09%
BLUE value IS 185 (72.66% from 255) = 41.67%
R=43.24%
G=15.09%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926718500.650.040.25303.3649.850.78
HexC043B904141912f3233
Octal30010327101014314576263
Binary110000001000011101110010100000110011001100101111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C043B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C043B9; }

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

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

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

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

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

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

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

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