#C151BB

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

Shades of Fuchsia #C151BB

Tints of Fuchsia #C151BB

Color information

#C151BB (or 0xC151BB) is unknown color: approx Fuchsia. HEX triplet: C1, 51 and BB. RGB value is (193,81,187). Sum of RGB (Red+Green+Blue) = 193+81+187=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C151BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151BB is #3EAE44. Grayscale: #7E7E7E. Windows color (decimal): -4107845 or 12276161. OLE color: 12276161.

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

Color convert

RGB19381187-
CMYK00.580.030.24
HSL303.21º47.46%53.73%-
HSV(B)303.21º58.03%75.69%-
XYZ33.920.8149.24-
YUV126.57162.11175.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.87%
GREEN value IS 81 (32.03% from 255) = 17.57%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=41.87%
G=17.57%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938118700.580.030.24303.2147.4653.73
HexC151BB03A31812f2f36
Octal3011212730723304575766
Binary1100000110100011011101101110101111000100101111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C151BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C151BB; }

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

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

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

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

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

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

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

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