#C145BA

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

Shades of Fuchsia #C145BA

Tints of Fuchsia #C145BA

Color information

#C145BA (or 0xC145BA) is unknown color: approx Fuchsia. HEX triplet: C1, 45 and BA. RGB value is (193,69,186). Sum of RGB (Red+Green+Blue) = 193+69+186=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C145BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145BA is #3EBA45. Grayscale: #777777. Windows color (decimal): -4110918 or 12207553. OLE color: 12207553.

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

Color convert

RGB19369186-
CMYK00.640.040.24
HSL303.39º50%51.37%-
HSV(B)303.39º64.25%75.69%-
XYZ32.9819.1448.41-
YUV119.41165.58180.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.08%
GREEN value IS 69 (27.34% from 255) = 15.40%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=43.08%
G=15.40%
B=41.52%

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
Decimal1936918600.640.040.24303.395051.37
HexC145BA04041812f3233
Octal30110527201004304576263
Binary110000011000101101110100100000010011000100101111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C145BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C145BA; }

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

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

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

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

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

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

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

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