#C150BE

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

Shades of Fuchsia #C150BE

Tints of Fuchsia #C150BE

Color information

#C150BE (or 0xC150BE) is unknown color: approx Fuchsia. HEX triplet: C1, 50 and BE. RGB value is (193,80,190). Sum of RGB (Red+Green+Blue) = 193+80+190=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C150BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C150BE is #3EAF41. Grayscale: #7E7E7E. Windows color (decimal): -4108098 or 12472513. OLE color: 12472513.

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

Color convert

RGB19380190-
CMYK00.590.020.24
HSL301.59º47.68%53.53%-
HSV(B)301.59º58.55%75.69%-
XYZ34.1620.7950.93-
YUV126.33163.94175.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 80 (31.64% from 255) = 17.28%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=41.68%
G=17.28%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938019000.590.020.24301.5947.6853.53
HexC150BE03B21812e3036
Octal3011202760732304566066
Binary1100000110100001011111001110111011000100101110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C150BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C150BE; }

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

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

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

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

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

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

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

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