#C145BB

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

Shades of Fuchsia #C145BB

Tints of Fuchsia #C145BB

Color information

#C145BB (or 0xC145BB) is unknown color: approx Fuchsia. HEX triplet: C1, 45 and BB. RGB value is (193,69,187). Sum of RGB (Red+Green+Blue) = 193+69+187=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C145BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145BB is #3EBA44. Grayscale: #777777. Windows color (decimal): -4110917 or 12273089. OLE color: 12273089.

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

Color convert

RGB19369187-
CMYK00.640.030.24
HSL302.9º50%51.37%-
HSV(B)302.9º64.25%75.69%-
XYZ33.0919.1848.97-
YUV119.53166.08180.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 69 (27.34% from 255) = 15.37%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=42.98%
G=15.37%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936918700.640.030.24302.95051.37
HexC145BB04031812f3233
Octal30110527301003304576263
Binary11000001100010110111011010000001111000100101111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C145BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C145BB; }

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

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

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

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

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

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

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

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