#C150BC

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

Shades of Fuchsia #C150BC

Tints of Fuchsia #C150BC

Color information

#C150BC (or 0xC150BC) is unknown color: approx Fuchsia. HEX triplet: C1, 50 and BC. RGB value is (193,80,188). Sum of RGB (Red+Green+Blue) = 193+80+188=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C150BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C150BC is #3EAF43. Grayscale: #7D7D7D. Windows color (decimal): -4108100 or 12341441. OLE color: 12341441.

HSL color Cylindrical-coordinate representation of color #C150BC: hue angle of 302.65º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C150BC is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19380188-
CMYK00.590.030.24
HSL302.65º47.68%53.53%-
HSV(B)302.65º58.55%75.69%-
XYZ33.9420.7149.78-
YUV126.1162.94175.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.87%
GREEN value IS 80 (31.64% from 255) = 17.35%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=41.87%
G=17.35%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938018800.590.030.24302.6547.6853.53
HexC150BC03B31812f3036
Octal3011202740733304576066
Binary1100000110100001011110001110111111000100101111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C150BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C150BC; }

 p { color: rgb(193,80,188); }

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

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

 a { background-color: rgb(193,80,188); }

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

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

 span { border-color: rgb(193,80,188); }

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