#C041B1

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

Shades of Fuchsia #C041B1

Tints of Fuchsia #C041B1

Color information

#C041B1 (or 0xC041B1) is unknown color: approx Fuchsia. HEX triplet: C0, 41 and B1. RGB value is (192,65,177). Sum of RGB (Red+Green+Blue) = 192+65+177=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C041B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C041B1 is #3FBE4E. Grayscale: #737373. Windows color (decimal): -4177487 or 11616704. OLE color: 11616704.

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

Color convert

RGB19265177-
CMYK00.660.080.25
HSL307.09º50.2%50.39%-
HSV(B)307.09º66.15%75.29%-
XYZ31.5618.1643.44-
YUV115.74162.58182.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.24%
GREEN value IS 65 (25.78% from 255) = 14.98%
BLUE value IS 177 (69.53% from 255) = 40.78%
R=44.24%
G=14.98%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926517700.660.080.25307.0950.250.39
HexC041B10428191333232
Octal300101261010210314636262
Binary1100000010000011011000101000010100011001100110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C041B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C041B1; }

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

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

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

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

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

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

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

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