#C041BF

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

Shades of Fuchsia #C041BF

Tints of Fuchsia #C041BF

Color information

#C041BF (or 0xC041BF) is unknown color: approx Fuchsia. HEX triplet: C0, 41 and BF. RGB value is (192,65,191). Sum of RGB (Red+Green+Blue) = 192+65+191=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C041BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041BF is #3FBE40. Grayscale: #747474. Windows color (decimal): -4177473 or 12534208. OLE color: 12534208.

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

Color convert

RGB19265191-
CMYK00.660.010.25
HSL300.47º50.2%50.39%-
HSV(B)300.47º66.15%75.29%-
XYZ33.0318.7551.17-
YUV117.34169.58181.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.86%
GREEN value IS 65 (25.78% from 255) = 14.51%
BLUE value IS 191 (75% from 255) = 42.63%
R=42.86%
G=14.51%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926519100.660.010.25300.4750.250.39
HexC041BF04211912c3232
Octal30010127701021314546262
Binary1100000010000011011111101000010111001100101100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C041BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C041BF; }

 p { color: rgb(192,65,191); }

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

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

 a { background-color: rgb(192,65,191); }

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

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

 span { border-color: rgb(192,65,191); }

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