#C145B4

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

Shades of Fuchsia #C145B4

Tints of Fuchsia #C145B4

Color information

#C145B4 (or 0xC145B4) is unknown color: approx Fuchsia. HEX triplet: C1, 45 and B4. RGB value is (193,69,180). Sum of RGB (Red+Green+Blue) = 193+69+180=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C145B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145B4 is #3EBA4B. Grayscale: #767676. Windows color (decimal): -4110924 or 11814337. OLE color: 11814337.

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

Color convert

RGB19369180-
CMYK00.640.070.24
HSL306.29º50%51.37%-
HSV(B)306.29º64.25%75.69%-
XYZ32.3618.8945.12-
YUV118.73162.58180.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.67%
GREEN value IS 69 (27.34% from 255) = 15.61%
BLUE value IS 180 (70.70% from 255) = 40.72%
R=43.67%
G=15.61%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936918000.640.070.24306.295051.37
HexC145B40407181323233
Octal30110526401007304626263
Binary110000011000101101101000100000011111000100110010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C145B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C145B4; }

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

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

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

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

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

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

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

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