#C145BE

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

Shades of Fuchsia #C145BE

Tints of Fuchsia #C145BE

Color information

#C145BE (or 0xC145BE) is unknown color: approx Fuchsia. HEX triplet: C1, 45 and BE. RGB value is (193,69,190). Sum of RGB (Red+Green+Blue) = 193+69+190=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C145BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145BE is #3EBA41. Grayscale: #777777. Windows color (decimal): -4110914 or 12469697. OLE color: 12469697.

HSL color Cylindrical-coordinate representation of color #C145BE: hue angle of 301.45º 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 #C145BE is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB19369190-
CMYK00.640.020.24
HSL301.45º50%51.37%-
HSV(B)301.45º64.25%75.69%-
XYZ33.4119.3150.68-
YUV119.87167.58180.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.70%
GREEN value IS 69 (27.34% from 255) = 15.27%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=42.70%
G=15.27%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936919000.640.020.24301.455051.37
HexC145BE04021812d3233
Octal30110527601002304556263
Binary11000001100010110111110010000001011000100101101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C145BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C145BE; }

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

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

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

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

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

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

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

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