#C041C0

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

Shades of Fuchsia #C041C0

Tints of Fuchsia #C041C0

Color information

#C041C0 (or 0xC041C0) is unknown color: approx Fuchsia. HEX triplet: C0, 41 and C0. RGB value is (192,65,192). Sum of RGB (Red+Green+Blue) = 192+65+192=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C041C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041C0 is #3FBE3F. Grayscale: #757575. Windows color (decimal): -4177472 or 12599744. OLE color: 12599744.

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

Color convert

RGB19265192-
CMYK00.6600.25
HSL300º50.2%50.39%-
HSV(B)300º66.15%75.29%-
XYZ33.1418.7951.75-
YUV117.45170.08181.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 65 (25.78% from 255) = 14.48%
BLUE value IS 192 (75.39% from 255) = 42.76%
R=42.76%
G=14.48%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926519200.6600.2530050.250.39
HexC041C004201912c3232
Octal30010130001020314546262
Binary1100000010000011100000001000010011001100101100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C041C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C041C0; }

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

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

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

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

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

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

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

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