#C145B9

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

Shades of Fuchsia #C145B9

Tints of Fuchsia #C145B9

Color information

#C145B9 (or 0xC145B9) is unknown color: approx Fuchsia. HEX triplet: C1, 45 and B9. RGB value is (193,69,185). Sum of RGB (Red+Green+Blue) = 193+69+185=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C145B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145B9 is #3EBA46. Grayscale: #767676. Windows color (decimal): -4110919 or 12142017. OLE color: 12142017.

HSL color Cylindrical-coordinate representation of color #C145B9: hue angle of 303.87º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C145B9 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19369185-
CMYK00.640.040.24
HSL303.87º50%51.37%-
HSV(B)303.87º64.25%75.69%-
XYZ32.8819.147.85-
YUV119.3165.08180.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 69 (27.34% from 255) = 15.44%
BLUE value IS 185 (72.66% from 255) = 41.39%
R=43.18%
G=15.44%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936918500.640.040.24303.875051.37
HexC145B90404181303233
Octal30110527101004304606263
Binary110000011000101101110010100000010011000100110000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C145B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C145B9; }

 p { color: rgb(193,69,185); }

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

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

 a { background-color: rgb(193,69,185); }

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

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

 span { border-color: rgb(193,69,185); }

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